Home | History | Annotate | Download | only in tools

Lines Matching refs:git

12 `git cl upload` to append the message to the given codereview issue.
17 cd /path/to/git/checkout
53 message: (string) will be passed to `git cl upload -m $MESSAGE`
54 checkout_path: (string) location of the git
64 git = git_utils.git_executable()
74 vsp.check_call([git, 'fetch', '-q', 'origin'])
77 vsp.check_call([git, 'cl', 'patch', issue])
80 git, 'cl', 'upload', '-t', 'bot report', '-m', message]
92 space, [git, 'checkout', branch_name])
96 print vsp.check_output([git, 'cl', 'issue'])
109 help='Path to the Git repository checkout,'
116 help='Do not suppress the output from `git cl`.',)
118 '', '--git_path', default='git',
119 help='Git executable, defaults to "git".',)
134 option_parser.error('Invalid git executable.')