Searched defs:commit_author (Results 1 – 2 of 2) sorted by relevance
172 def commit_author(commit: str = 'HEAD', repo: Path | str = '.') -> str: function
270 def commit_author(self, commit: str = 'HEAD') -> str: member in GitRepo