Home
last modified time | relevance | path

Searched refs:commit_or_branch (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/skia/bin/
H A Dgerrit-number14 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)