[WIP] Added support for -S for signing git commits

Ticket #5065
This commit is contained in:
Daniel Portella
2017-05-23 12:47:23 +01:00
parent 2ae81ab6ec
commit d266d9a994
4 changed files with 12 additions and 2 deletions

View File

@@ -44,5 +44,6 @@
"config.ignoreLegacyWarning": "Ignores the legacy Git warning",
"config.ignoreLimitWarning": "Ignores the warning when there are too many changes in a repository",
"config.defaultCloneDirectory": "The default location where to clone a git repository",
"config.enableSmartCommit": "Commit all changes when there are no staged changes."
"config.enableSmartCommit": "Commit all changes when there are no staged changes.",
"config.enableCommitSigning": "Enables commit signing with GPG."
}