Searched defs:git (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/v8/tools/
H A Dtest-push-to-trunk.sh60 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 lo
184 git() { function
[all...]
/external/deqp/framework/delibs/scripts/
H A Dpre_commit.py10 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/
H A DGNUmakefile47 _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))
/external/vixl/tools/
H A Dpresubmit.py36 import git namespace
193 if not args.nolint and not git.is_git_repository_root():
209 tracked_files = git.get_tracked_files().split()
244 if git.is_git_repository_root():
245 untracked_files = git.get_untracked_files()

Completed in 3164 milliseconds