mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-20 00:28:52 +01:00
Git - add the ability to disable commit signing (#291822)
This commit is contained in:
5
extensions/git/src/api/git.d.ts
vendored
5
extensions/git/src/api/git.d.ts
vendored
@@ -177,6 +177,11 @@ export interface CommitOptions {
|
||||
all?: boolean | 'tracked';
|
||||
amend?: boolean;
|
||||
signoff?: boolean;
|
||||
/**
|
||||
* true - sign the commit
|
||||
* false - do not sign the commit
|
||||
* undefined - use the repository/global git config
|
||||
*/
|
||||
signCommit?: boolean;
|
||||
empty?: boolean;
|
||||
noVerify?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user