Merge branch 'master' of https://github.com/dKab/vscode into dKab-master

This commit is contained in:
Joao Moreno
2017-12-11 17:27:17 +01:00

View File

@@ -963,6 +963,8 @@ export class CommandCenter {
if (!opts) {
opts = { all: noStagedChanges };
} else if ((opts.all === false) && noStagedChanges) {
opts = { ...opts, all: noStagedChanges };
}
// enable signing of commits if configurated