Searched refs:commit_sha1 (Results 1 – 1 of 1) sorted by relevance
117 def GetCommit(commit_sha1): argument118 raw = GitCmd('cat-file', 'commit', commit_sha1)143 for patchset_num, commit_sha1 in sorted(patchsets.items(), key=lambda x:x[0]):144 patchset_data = GetCommit(commit_sha1)