Lines Matching refs:git
115 GIT_CMD=git
257 --git=*) GIT_CMD=$optarg
259 --git-date=*) GIT_DATE=$optarg
261 --git-branch=*) GIT_BRANCH=$optarg
263 --git-base=*) GIT_BASE=$optarg
265 --git-reference=*) GIT_REFERENCE=$optarg
340 echo " --git=<cmd> Use this version of the git tool [$GIT_CMD]"
341 echo " --git-date=<date> Specify specific git date when download sources [none]"
342 echo " --git-branch=<name> Specify which branch to use when downloading the sources [$GIT_BRANCH]"
343 echo " --git-reference=<path> Use a git reference repository"
344 echo " --git-base=<url> Use this git repository base [$GIT_BASE]"
376 echo "Using git clone reference: $GIT_REFERENCE"
381 echo "Using git clone base: $GIT_BASE"
385 echo "Auto-config: --git-base=$GIT_BASE"
417 # the final toolchain. This includes both SHA-1 for toolchain git repositories
1209 # git base or a git reference.
1227 log "cloning $GITPREFIX/$1.git"
1228 run $GIT_CMD clone $GITFLAGS $GIT_BASE/$1.git $1
1230 fail_panic "Could not clone $GIT_BASE/$1.git ?"
1233 log "checking out $GIT_BRANCH branch of $1.git"
1237 # If --git-date is used, or we have a default
1239 REVISION=`git rev-list -n 1 --until="$GIT_DATE" HEAD`
1244 (printf "%-32s " "toolchain/$1.git: " && git log -1 --format=oneline) >> $2