Lines Matching full:git
16 Checkout git sources into /tmp/clang-build/src. Used inside a docker container.
20 -b|--branch git branch to checkout, i.e. 'main',
23 -r|--revision git revision to checkout
27 'git cherry-pick \$rev)'.
68 echo "Checking out git revision $LLVM_GIT_REV."
71 echo "Checking out latest git revision."
86 EMAIL="someone@somewhere.net" git cherry-pick "$CHERRY_REV"
94 # Get the sources from git.
95 echo "Checking out sources from git"
99 echo "Checking out https://github.com/llvm/llvm-project.git to $CHECKOUT_DIR"
100 git clone -b "$LLVM_BRANCH" --single-branch \
101 "https://github.com/llvm/llvm-project.git" \
105 git checkout -q $GIT_REV_ARG