Home
last modified time | relevance | path

Searched refs:git_command (Results 1 – 2 of 2) sorted by relevance

/external/opencensus-java/scripts/
Dcheck-git-history.py32 git_command = 'git log --format="%P" HEAD^1..HEAD^2'
33 for line in os.popen(git_command):
/external/grpc-grpc/tools/distrib/
Dcheck_include_guards.py171 git_command = 'git diff --name-only HEAD' variable
173 git_command = 'git ls-tree -r --name-only -r HEAD' variable
175 FILE_LIST_COMMAND = ' | '.join((git_command, grep_filter))