Lines Matching refs:git
124 lines = _RunCommand(['git', 'branch'])[0].split('\n')
304 stdout, _ = _RunCommand(['git', 'status', '--porcelain'])
314 ['git', 'rev-parse', '--abbrev-ref', 'HEAD'])[0].splitlines()[0]
321 _RunCommand(['git', 'pull'])
327 _RunCommand(['git', 'checkout', '-b', ROLL_BRANCH_NAME])
337 _RunCommand(['git', 'checkout', active_branch])
338 _RunCommand(['git', 'branch', '-D', ROLL_BRANCH_NAME])
344 _RunCommand(['git', 'add', '--update', '.'])
345 _RunCommand(['git', 'commit', '-m', commit_msg])
351 cmd = ['git', 'cl', 'upload', '-f']
360 _RunCommand(['git', 'cl', 'try'])
366 _RunCommand(['git', 'cl', 'set_commit'])
375 help=('Chromium Git revision to roll to. Defaults to the '
412 stdout, _ = _RunCommand(['git', 'ls-remote', CHROMIUM_SRC_URL, 'HEAD'])