Git - add the capability to filter git log based on the author (#207169)

This commit is contained in:
Ladislau Szomoru
2024-03-08 16:41:40 +01:00
committed by GitHub
parent a9ab31da9c
commit 967170aa0a
2 changed files with 5 additions and 0 deletions

View File

@@ -143,6 +143,7 @@ export interface LogOptions {
readonly reverse?: boolean;
readonly sortByAuthorDate?: boolean;
readonly shortStats?: boolean;
readonly author?: string;
}
export interface CommitOptions {