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.
2 parents 0cd9c37 + 09ecfb5 commit 3ecee4cCopy full SHA for 3ecee4c
build/compileSU2.sh
@@ -53,7 +53,7 @@ if [ ! -z "$branch" ]; then
53
cd $name
54
git config --add remote.origin.fetch '+refs/pull/*/merge:refs/remotes/origin/refs/pull/*/merge'
55
git config --add remote.origin.fetch '+refs/heads/*:refs/remotes/origin/refs/heads/*'
56
- git fetch origin
+ git fetch origin --depth=1 $branch:$branch
57
git checkout $branch
58
git submodule update
59
else
0 commit comments