From 2123615df3439f005d54929cfea38a06757a2e32 Mon Sep 17 00:00:00 2001 From: Carlos Amengual Date: Wed, 16 Sep 2020 14:07:31 +0200 Subject: [PATCH] tree.sh: use '2.1-stable' branch. --- tree.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tree.sh b/tree.sh index 28044e9..f9e94c0 100755 --- a/tree.sh +++ b/tree.sh @@ -7,7 +7,7 @@ # Uses 'git clone --depth 1' due to Github not supporting 'git archive'. # DIR=css4j -GIT="git clone --depth 1 -c core.autocrlf=input -c core.eol=lf" +GIT="git clone --depth 1 -c core.autocrlf=input -c core.eol=lf --branch 2.1-stable" ${GIT} https://github.com/css4j/${DIR}.git rm -fr ${DIR}/.git rm ${DIR}/.gitignore