HomeSort by relevance Sort by last modified time
    Searched refs:GIT (Results 1 - 7 of 7) sorted by null

  /external/llvm/utils/git-svn/
git-svnrevert 5 echo "$0 <rNNNNNN | git-hash>"
9 if [ -n "$(git status -uno -s --porcelain)" ]; then
11 git status -uno
16 OTHER=$(git svn find-rev "$COMMIT")
18 echo "Error! Could not find an svn/git revision for commit $COMMIT!"
29 GIT=$OTHER
32 GIT=$COMMIT
36 ONE_LINE_MSG=$(git log --oneline $GIT -1 | cut -f2- -d " ")
39 git revert --no-commit $GIT 2>/dev/nul
    [all...]
  /external/llvm/lib/Fuzzer/
pull_and_push_fuzz_corpus.sh 3 # with an external git repository.
6 # It assumes that DIR is inside a git repo and push
9 git add *
10 git commit -m "fuzz test corpus"
11 git pull --rebase --no-edit
13 echo GIT PUSH $1 ATTEMPT $attempt
14 if $(git push); then break; fi
15 git pull --rebase --no-edit
  /external/bison/build-aux/
gnu-web-doc-update 5 # assumes you're using git for revision control,
104 find_tool GIT git
137 current_branch=$($GIT branch | sed -ne '/^\* /{s///;p;q;}')
143 $GIT checkout "$current_branch"
144 $GIT submodule update --recursive
145 $GIT branch -d $tmp_branch
155 $GIT checkout -b $tmp_branch v$version
156 $GIT submodule update --recursive
  /external/mesa3d/src/mesa/
Android.gen.mk 114 @echo "GIT-SHA1: $(PRIVATE_MODULE) <= git"
116 $(hide) if which git > /dev/null; then \
117 git --git-dir $(PRIVATE_PATH)/../../.git log -n 1 --oneline | \
118 sed 's/^\([^ ]*\) .*/#define MESA_GIT_SHA1 "git-\1"/' \
  /external/curl/
buildconf.bat 26 rem This batch file must be used to set up a git tree to build on systems where
38 rem Check we are running from a curl git repository
39 if not exist GIT-INFO goto norepo
139 rem Setup c-ares git tree
294 echo Error: This batch file should only be used with a curl git repository
  /external/curl/projects/
generate.bat 39 rem Check we are running from a curl git repository
40 if not exist ..\GIT-INFO goto norepo
419 echo Error: This batch file should only be used from a curl git repository
  /external/bison/
maint.mk 60 GIT = git
61 VC = $(GIT)
102 ifeq ($(VC),$(GIT))
378 # git grep -l '\<exit *(1)' \
382 # git grep -l '\<exit *(0)' \
    [all...]

Completed in 575 milliseconds