Home
last modified time | relevance | path

Searched defs:commit_author (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pigweed/pw_presubmit/py/pw_presubmit/
H A Dgit_repo.py172 def commit_author(commit: str = 'HEAD', repo: Path | str = '.') -> str: function
/aosp_15_r20/external/pigweed/pw_cli/py/pw_cli/
H A Dgit_repo.py270 def commit_author(self, commit: str = 'HEAD') -> str: member in GitRepo