Git - use first commit as common ancestor if the repository has not been published to a remote (#223476)

This commit is contained in:
Ladislau Szomoru
2024-07-24 10:38:31 +02:00
committed by GitHub
parent 1b9da618b4
commit 9219bf5f1f
3 changed files with 10 additions and 1 deletions

View File

@@ -146,6 +146,7 @@ export interface LogOptions {
readonly shortStats?: boolean;
readonly author?: string;
readonly refNames?: string[];
readonly maxParents?: number;
}
export interface CommitOptions {