mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 01:58:53 +01:00
cleanup git delete tag command
This commit is contained in:
5
extensions/git/src/api/git.d.ts
vendored
5
extensions/git/src/api/git.d.ts
vendored
@@ -37,11 +37,6 @@ export interface Branch extends Ref {
|
||||
readonly behind?: number;
|
||||
}
|
||||
|
||||
export interface Tag extends Ref {
|
||||
readonly name: string;
|
||||
readonly message?: string;
|
||||
}
|
||||
|
||||
export interface Commit {
|
||||
readonly hash: string;
|
||||
readonly message: string;
|
||||
|
||||
Reference in New Issue
Block a user