mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 04:50:18 +00:00
Add missing commondir accessor (#38998)
This commit is contained in:
@@ -69,3 +69,4 @@ signature.email();
|
||||
signature.when();
|
||||
|
||||
repo.createBlobFromBuffer(Buffer.from("test")).then((oid: Git.Oid) => oid.cpy());
|
||||
repo.commondir();
|
||||
|
||||
Vendored
+1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user