Searched refs:commit_or_branch (Results 1 – 2 of 2) sorted by relevance
/external/skia/bin/ |
D | gerrit-number | 14 def retrieve_changeid(commit_or_branch): argument 16 cmd = ['git', 'log', '-1', '--format=%B', commit_or_branch, '--'] 24 raise Exception('Change-Id field missing from commit %s' % commit_or_branch)
|
/external/skqp/bin/ |
D | gerrit-number | 14 def retrieve_changeid(commit_or_branch): argument 16 cmd = ['git', 'log', '-1', '--format=%B', commit_or_branch, '--'] 24 raise Exception('Change-Id field missing from commit %s' % commit_or_branch)
|