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

Lines Matching refs:git

119 GIT_CMD=git
278 --git=*) GIT_CMD=$optarg
280 --git-date=*) GIT_DATE=$optarg
282 --git-branch=*) GIT_BRANCH=$optarg
284 --git-base=*) GIT_BASE=$optarg
286 --git-reference=*) GIT_REFERENCE=$optarg
363 echo " --git=<cmd> Use this version of the git tool [$GIT_CMD]"
364 echo " --git-date=<date> Specify specific git date when download sources [none]"
365 echo " --git-branch=<name> Specify which branch to use when downloading the sources [$GIT_BRANCH]"
366 echo " --git-reference=<path> Use a git reference repository"
367 echo " --git-base=<url> Use this git repository base [$GIT_BASE]"
399 echo "Using git clone reference: $GIT_REFERENCE"
404 echo "Using git clone base: $GIT_BASE"
408 echo "Auto-config: --git-base=$GIT_BASE"
440 # the final toolchain. This includes both SHA-1 for toolchain git repositories
1224 # git base or a git reference.
1242 log "cloning $GITPREFIX/$1.git"
1243 run $GIT_CMD clone $GITFLAGS $GIT_BASE/$1.git $1
1245 fail_panic "Could not clone $GIT_BASE/$1.git ?"
1248 log "checking out $GIT_BRANCH branch of $1.git"
1252 # If --git-date is used, or we have a default
1254 REVISION=`git rev-list -n 1 --until="$GIT_DATE" HEAD`
1259 (printf "%-32s " "toolchain/$1.git: " && git log -1 --format=oneline) >> $2