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

Lines Matching refs:git

119 GIT_CMD=git
281 --git=*) GIT_CMD=$optarg
283 --git-date=*) GIT_DATE=$optarg
285 --git-branch=*) GIT_BRANCH=$optarg
287 --git-base=*) GIT_BASE=$optarg
289 --git-reference=*) GIT_REFERENCE=$optarg
366 echo " --git=<cmd> Use this version of the git tool [$GIT_CMD]"
367 echo " --git-date=<date> Specify specific git date when download sources [none]"
368 echo " --git-branch=<name> Specify which branch to use when downloading the sources [$GIT_BRANCH]"
369 echo " --git-reference=<path> Use a git reference repository"
370 echo " --git-base=<url> Use this git repository base [$GIT_BASE]"
402 echo "Using git clone reference: $GIT_REFERENCE"
407 echo "Using git clone base: $GIT_BASE"
411 echo "Auto-config: --git-base=$GIT_BASE"
443 # the final toolchain. This includes both SHA-1 for toolchain git repositories
1227 # git base or a git reference.
1245 log "cloning $GITPREFIX/$1.git"
1246 run $GIT_CMD clone $GITFLAGS $GIT_BASE/$1.git $1
1248 fail_panic "Could not clone $GIT_BASE/$1.git ?"
1251 log "checking out $GIT_BRANCH branch of $1.git"
1255 # If --git-date is used, or we have a default
1257 REVISION=`git rev-list -n 1 --until="$GIT_DATE" HEAD`
1262 (printf "%-32s " "toolchain/$1.git: " && git log -1 --format=oneline) >> $2