HomeSort by relevance Sort by last modified time
    Searched defs:git (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/v8/tools/
test-push-to-trunk.sh 60 EXP[0]="git status -s -uno"
62 EXP[1]="git status -s -b -uno"
64 EXP[2]="git svn fetch"
66 EXP[3]="git branch"
68 EXP[4]="git checkout -b prepare-push-temporary-branch-created-by-script"
70 EXP[5]="git branch"
72 EXP[6]="git branch"
74 EXP[7]="git checkout -b prepare-push svn/bleeding_edge"
76 EXP[8]="git log -1 --format=%H ChangeLog"
78 EXP[9]="git log -1 hash1
184 git() { function
    [all...]
  /external/deqp/framework/delibs/scripts/
pre_commit.py 10 def git(*args, **kwargs): function
11 return subprocess.check_output(['git'] + list(args), **kwargs)
14 output = git('diff', '--cached', '--name-only', '-z', '--diff-filter='+filter)
19 head = git('rev-parse', '--verify', 'HEAD', stderr=None)
41 allownonascii = git('config', '--get', '--bool', 'hooks.allownonascii')
56 git('diff-index', '--check', '--cached', against, stderr=None)
  /external/bison/
GNUmakefile 47 _have-git-version-gen := \
48 $(shell test -f $(srcdir)/$(_build-aux)/git-version-gen && echo yes)
49 ifeq ($(_have-git-version-gen)0,yes$(MAKELEVEL))
55 && $(_build-aux)/git-version-gen \
57 $(git-version-gen-tag-sed-script))

Completed in 212 milliseconds