Home
last modified time | relevance | path

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

/aosp_15_r20/external/pigweed/pw_presubmit/py/pw_presubmit/
H A Dgit_repo.py28 class LoggingGitRepo(git_repo.GitRepo): class
108 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) + [
H A Dpython_checks.py38 from pw_presubmit.git_repo import LoggingGitRepo
220 repo = LoggingGitRepo(repo_root)
287 repo = LoggingGitRepo(ctx.root)
H A Dpigweed_presubmit.py1322 repo = git_repo.LoggingGitRepo(Path.cwd())