Lines Matching refs:git
65 GIT_CMD=git
70 GIT_BASE_DEFAULT=git://android.git.kernel.org/toolchain
90 # the final toolchain. This includes both SHA-1 for toolchain git repositories
225 --git=*) GIT_CMD=$optarg
227 --git-date=*) GIT_DATE=$optarg
229 --git-branch=*) GIT_BRANCH=$optarg
231 --git-base=*) GIT_BASE=$optarg
233 --git-reference=*) GIT_REFERENCE=$optarg
270 are downloaded from android.git.toolchain.org/toolchain/. One way to do that
306 echo " --git=<cmd> Use this version of the git tool [$GIT_CMD]"
307 echo " --git-date=<date> Specify specific git date when download sources [none]"
308 echo " --git-branch=<name> Specify which branch to use when downloading the sources [$GIT_BRANCH]"
309 echo " --git-reference=<path> Use a git reference repository"
310 echo " --git-base=<url> Use this git repository base [$GIT_BASE]"
324 echo "Using git clone reference: $GIT_REFERENCE"
329 echo "Using git clone base: $GIT_BASE"
334 echo " the --git-base=<url> option, as in:"
336 echo " $0 --git-base=$GIT_BASE_DEFAULT"
338 echo " Alternatively, you can use --git-reference=<path> if you"
341 echo " See --help for more git-related options."
995 # git base or a git reference.
1013 log "cloning $GITPREFIX/$1.git"
1014 run $GIT_CMD clone $GITFLAGS $GIT_BASE/$1.git $1
1016 fail_panic "Could not clone $GIT_BASE/$1.git ?"
1019 log "checking out $GIT_BRANCH branch of $1.git"
1023 # If --git-date is used, or we have a default
1025 REVISION=`git rev-list -n 1 --until="$GIT_DATE" HEAD`
1030 (printf "%-32s " "toolchain/$1.git: " && git log -1 --format=oneline) >> $2