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

Lines Matching refs:git

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