Searched refs:git_command (Results 1 – 2 of 2) sorted by relevance
32 git_command = 'git log --format="%P" HEAD^1..HEAD^2'33 for line in os.popen(git_command):
171 git_command = 'git diff --name-only HEAD' variable173 git_command = 'git ls-tree -r --name-only -r HEAD' variable175 FILE_LIST_COMMAND = ' | '.join((git_command, grep_filter))