git: enableLongCommitWarning config

This commit is contained in:
Joao Moreno
2017-01-31 16:54:47 +01:00
parent 51f3f40a1a
commit adb32aa444
3 changed files with 13 additions and 6 deletions

View File

@@ -25,5 +25,6 @@
"command.showOutput": "Show Git Output",
"config.path": "Path to the git executable",
"config.autorefresh": "Whether auto refreshing is enabled",
"config.autofetch": "Whether auto fetching is enabled"
"config.autofetch": "Whether auto fetching is enabled",
"config.enableLongCommitWarning": "Whether long commit messages should be warned about"
}