Lines Matching refs:GIT_BRANCH
121 GIT_BRANCH=master
285 --git-branch=*) GIT_BRANCH=$optarg
368 echo " --git-branch=<name> Specify which branch to use when downloading the sources [$GIT_BRANCH]"
1250 if [ "$GIT_BRANCH" != "master" ] ; then
1251 log "checking out $GIT_BRANCH branch of $1.git"
1252 run $GIT_CMD checkout -b $GIT_BRANCH origin/$GIT_BRANCH