Home | History | Annotate | Download | only in x86_64-linux-glibc2.15-4.8

Lines Matching full:git_branch

121 GIT_BRANCH=master
287 --git-branch=*) GIT_BRANCH=$optarg
370 echo " --git-branch=<name> Specify which branch to use when downloading the sources [$GIT_BRANCH]"
1252 if [ "$GIT_BRANCH" != "master" ] ; then
1253 log "checking out $GIT_BRANCH branch of $1.git"
1254 run $GIT_CMD checkout -b $GIT_BRANCH origin/$GIT_BRANCH