Home
last modified time | relevance | path

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

/aosp_15_r20/external/libchrome/libchrome_tools/uprev/
H A Dreconnect_history.py71 blames[path] = utils.git_blame(commithash, path)
91 utils.git_blame(commit, blame_file_path) for commit in amend_commits
230 blame_base = utils.git_blame(current_base_commit, current_file)
H A Dutils.py238 def git_blame(commit, filepath): function