mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 10:38:59 +01:00
Git - commit action button (#153031)
This commit is contained in:
3
extensions/git/src/api/git.d.ts
vendored
3
extensions/git/src/api/git.d.ts
vendored
@@ -129,6 +129,8 @@ export interface LogOptions {
|
||||
readonly path?: string;
|
||||
}
|
||||
|
||||
export type PostCommitCommand = 'push' | 'sync' | string;
|
||||
|
||||
export interface CommitOptions {
|
||||
all?: boolean | 'tracked';
|
||||
amend?: boolean;
|
||||
@@ -139,6 +141,7 @@ export interface CommitOptions {
|
||||
requireUserConfig?: boolean;
|
||||
useEditor?: boolean;
|
||||
verbose?: boolean;
|
||||
postCommitCommand?: PostCommitCommand;
|
||||
}
|
||||
|
||||
export interface FetchOptions {
|
||||
|
||||
Reference in New Issue
Block a user