mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 18:49:00 +01:00
Merge commit 'refs/pull/74345/head' of github.com:microsoft/vscode into pr/74345
This commit is contained in:
5
extensions/git/src/api/git.d.ts
vendored
5
extensions/git/src/api/git.d.ts
vendored
@@ -37,6 +37,11 @@ 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