Home
last modified time | relevance | path

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

/external/libchrome/libchrome_tools/uprev/
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)
Dutils.py238 def git_blame(commit, filepath): function