Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/Reviewing/
H A Dfind_interesting_reviews.py482 git_repo, base_revision, path = cache_key
484 "--line-porcelain {1} -- {2}").format(git_repo, base_revision,
496 def get_blame_output_for(self, git_repo, base_revision, path, start_line=-1, argument
498 cache_key = (git_repo, base_revision, path)
514 def get_parsed_git_blame_for(self, git_repo, base_revision, path, argument
517 self.get_blame_output_for(git_repo, base_revision, path, start_line,
534 git_repo = os.path.join("git_repos", GIT_REPO_METADATA[0][0])
536 git_repo,
549 git_repo, base_revision, path, start_line, end_line
558 git_repo, base_revision, path).items():