Searched refs:LoggingGitRepo (Results 1 – 3 of 3) sorted by relevance
28 class LoggingGitRepo(git_repo.GitRepo): class108 return LoggingGitRepo(168 return LoggingGitRepo(Path(repo)).commit_message(commit)174 return LoggingGitRepo(Path(repo)).commit_author(commit)182 return LoggingGitRepo(Path(repo)).commit_hash(rev, short)202 return LoggingGitRepo(superproject_dir).list_submodules(excluded_paths) + [
38 from pw_presubmit.git_repo import LoggingGitRepo220 repo = LoggingGitRepo(repo_root)287 repo = LoggingGitRepo(ctx.root)
1322 repo = git_repo.LoggingGitRepo(Path.cwd())