Lines Matching full:git
46 39403bb patman: Use --no-pager' to stop git from forking a pager
50 d073747 patman: Support the 'reverse' option for 'git log
73 patman: Support the 'reverse' option for 'git log'
143 patman: Use --no-pager' to stop git from forking a pager
171 of arguments) to 'make' and 'git' invocation. It is not a true
172 emd-to-end test, as it mocks git, make and the tool chain. But this
175 very limited subset of 'git' arguments is supported - anything
270 print 'git log', args
286 print 'git config', args
290 """Handle execution of a git command
295 in_args: Arguments after 'git' from the command line
297 git_args = [] # Top-level arguments to git itself
298 sub_cmd = None # Git sub-command selected
299 args = [] # Arguments to the git sub-command
306 if git_args and git_args[-1] in ['--git-dir', '--work-tree']:
320 print 'git', git_args, sub_cmd, args
353 if cmd == 'git':