added config option git.cloneDirectory, defaulting to os.homedir()

This commit is contained in:
Ilie Halip
2017-04-18 15:26:28 +03:00
parent 65e90f859b
commit f19aa21df8
4 changed files with 16 additions and 2 deletions

View File

@@ -36,5 +36,6 @@
"config.confirmSync": "Confirm before synchronizing git repositories",
"config.countBadge": "Controls the git badge counter",
"config.checkoutType": "Controls what type of branches are listed",
"config.ignoreLegacyWarning": "Ignores the legacy Git warning"
"config.ignoreLegacyWarning": "Ignores the legacy Git warning",
"config.cloneDirectory": "When cloning a new repository, the default location will be set to this directory"
}