mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 10:38:59 +01:00
Git - use first commit as common ancestor if the repository has not been published to a remote (#223476)
This commit is contained in:
1
extensions/git/src/api/git.d.ts
vendored
1
extensions/git/src/api/git.d.ts
vendored
@@ -146,6 +146,7 @@ export interface LogOptions {
|
||||
readonly shortStats?: boolean;
|
||||
readonly author?: string;
|
||||
readonly refNames?: string[];
|
||||
readonly maxParents?: number;
|
||||
}
|
||||
|
||||
export interface CommitOptions {
|
||||
|
||||
Reference in New Issue
Block a user