From 6051ccefdc1d57e355f6ad93ebdac0fdb4e40c1e Mon Sep 17 00:00:00 2001 From: TitanSnow Date: Sun, 7 May 2017 09:44:09 +0800 Subject: depth=50 to go back --- scripts/get.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/get.sh b/scripts/get.sh index e25480675..393ac4d6f 100755 --- a/scripts/get.sh +++ b/scripts/get.sh @@ -61,7 +61,7 @@ then fi if [ 'x-b __local__' != "x$branch" ] then - git clone --depth=1 $branch https://github.com/tboox/xmake.git /tmp/$$xmake_getter || my_exit 'Clone Fail' + git clone --depth=50 $branch https://github.com/tboox/xmake.git /tmp/$$xmake_getter || my_exit 'Clone Fail' if [ x != "x$2" ] then cd /tmp/$$xmake_getter || my_exit 'Chdir Error' -- cgit v1.3.1