mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 18:49:00 +01:00
Merge commit 'refs/pull/61149/head' of github.com:Microsoft/vscode into pr/61149
This commit is contained in:
7
extensions/git/src/api/git.d.ts
vendored
7
extensions/git/src/api/git.d.ts
vendored
@@ -26,6 +26,11 @@ export interface Ref {
|
||||
readonly remote?: string;
|
||||
}
|
||||
|
||||
export interface TrackingShip {
|
||||
readonly local: string;
|
||||
readonly upstream: string;
|
||||
}
|
||||
|
||||
export interface UpstreamRef {
|
||||
readonly remote: string;
|
||||
readonly name: string;
|
||||
@@ -235,4 +240,4 @@ export const enum GitErrorCodes {
|
||||
CantRebaseMultipleBranches = 'CantRebaseMultipleBranches',
|
||||
PatchDoesNotApply = 'PatchDoesNotApply',
|
||||
NoPathFound = 'NoPathFound'
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user