Skip to content

Passing { signCommit: false} to commit doesn't do anything #252261

@alexr00

Description

@alexr00

Looks like this is only opt in, not opt out.

if (opts.signCommit) {
args.push('-S');
}

Maybe git -c commit.gpgsign=false commit could work?
https://stackoverflow.com/questions/39274739/how-to-disable-git-gpg-signing

Metadata

Metadata

Assignees

Labels

bugIssue identified by VS Code Team member as probable buggitGIT issues

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions