From 330d71f42669d893a392ccd82feb1eb9030ef0d0 Mon Sep 17 00:00:00 2001 From: Andre Wanlin Date: Mon, 3 Jan 2022 13:03:24 -0600 Subject: [PATCH] Updated API report Signed-off-by: Andre Wanlin --- packages/backend-common/api-report.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/packages/backend-common/api-report.md b/packages/backend-common/api-report.md index 565c65e212..a62a280dc9 100644 --- a/packages/backend-common/api-report.md +++ b/packages/backend-common/api-report.md @@ -234,7 +234,6 @@ export class Git { remote: string; url: string; }): Promise; - // (undocumented) clone(options: { url: string; dir: string; @@ -255,12 +254,10 @@ export class Git { email: string; }; }): Promise; - // (undocumented) currentBranch(options: { dir: string; fullName?: boolean; }): Promise; - // (undocumented) fetch(options: { dir: string; remote?: string }): Promise; // (undocumented) static fromAuth: (options: { @@ -270,9 +267,7 @@ export class Git { }) => Git; // (undocumented) init(options: { dir: string; defaultBranch?: string }): Promise; - // (undocumented) log(options: { dir: string; ref?: string }): Promise; - // (undocumented) merge(options: { dir: string; theirs: string; @@ -288,9 +283,7 @@ export class Git { }): Promise; // (undocumented) push(options: { dir: string; remote: string }): Promise; - // (undocumented) readCommit(options: { dir: string; sha: string }): Promise; - // (undocumented) resolveRef(options: { dir: string; ref: string }): Promise; }