mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 02:58:56 +01:00
Adds commands for --no-verify commit variants (#106335)
* add `{allow,confirm}NoVerifyCommit` options
* adds commit comands with no verify
* handles no verify command variants
* handle no verify commit option
* only display no verify variants when option is set
This commit is contained in:
committed by
GitHub
parent
82d953a731
commit
663810e275
1
extensions/git/src/api/git.d.ts
vendored
1
extensions/git/src/api/git.d.ts
vendored
@@ -130,6 +130,7 @@ export interface CommitOptions {
|
||||
signoff?: boolean;
|
||||
signCommit?: boolean;
|
||||
empty?: boolean;
|
||||
noVerify?: boolean;
|
||||
}
|
||||
|
||||
export interface BranchQuery {
|
||||
|
||||
Reference in New Issue
Block a user