Home
last modified time | relevance | path

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

/external/perfetto/infra/git_mirror_bot/
Dmirror_aosp_to_ghub_repo.py117 def GetCommit(commit_sha1): argument
118 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)