We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eee5a0c commit 2123615Copy full SHA for 2123615
tree.sh
@@ -7,7 +7,7 @@
7
# Uses 'git clone --depth 1' due to Github not supporting 'git archive'.
8
#
9
DIR=css4j
10
-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"
11
${GIT} https://github.com/css4j/${DIR}.git
12
rm -fr ${DIR}/.git
13
rm ${DIR}/.gitignore
0 commit comments