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:
Vyacheslav Pukhanov
2020-09-10 12:14:28 +03:00
committed by GitHub
parent 82d953a731
commit 663810e275
5 changed files with 202 additions and 4 deletions

View File

@@ -130,6 +130,7 @@ export interface CommitOptions {
signoff?: boolean;
signCommit?: boolean;
empty?: boolean;
noVerify?: boolean;
}
export interface BranchQuery {