Searched refs:_run_git_cmd (Results 1 – 1 of 1) sorted by relevance
48 def _run_git_cmd(cmd): function63 return _run_git_cmd('git merge-base %s %s' % (branch_a, branch_b))69 return _run_git_cmd(cmd.format(commit, pattern))73 return _run_git_cmd('git rev-parse %s' % branch)79 ts = _run_git_cmd(cmd.format(commit))