Add missing commondir accessor (#38998)

This commit is contained in:
IGI-111
2019-10-09 12:18:39 -07:00
committed by Armando Aguirre
parent fb5531f301
commit 94751f2fda
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -69,3 +69,4 @@ signature.email();
signature.when();
repo.createBlobFromBuffer(Buffer.from("test")).then((oid: Git.Oid) => oid.cpy());
repo.commondir();
+1
View File
@@ -47,6 +47,7 @@ export class Repository {
static wrapOdb(odb: Odb): Promise<Repository>;
cleanup(): void;
commondir(): string;
config(): Promise<Config>;
configSnapshot(): Promise<Config>;
detachHead(): number;