mirror of
https://github.com/microsoft/vscode.git
synced 2026-08-07 06:09:59 +01:00
Git - add the capability to filter git log based on the author (#207169)
This commit is contained in:
Vendored
+1
@@ -143,6 +143,7 @@ export interface LogOptions {
|
||||
readonly reverse?: boolean;
|
||||
readonly sortByAuthorDate?: boolean;
|
||||
readonly shortStats?: boolean;
|
||||
readonly author?: string;
|
||||
}
|
||||
|
||||
export interface CommitOptions {
|
||||
|
||||
Reference in New Issue
Block a user