From 396dead18b3fd01a985e3e500c743ba604ff0fcb Mon Sep 17 00:00:00 2001 From: andrecasal Date: Thu, 24 Oct 2019 21:29:07 +0100 Subject: [PATCH] Clarified git.confirmEmptyCommits description --- extensions/git/package.nls.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/git/package.nls.json b/extensions/git/package.nls.json index 58ffebc967ec2..7d641a607a237 100644 --- a/extensions/git/package.nls.json +++ b/extensions/git/package.nls.json @@ -120,7 +120,7 @@ "config.scanRepositories": "List of paths to search for git repositories in.", "config.showProgress": "Controls whether git actions should show progress.", "config.rebaseWhenSync": "Force git to use rebase when running the sync command.", - "config.confirmEmptyCommits": "Always confirm the creation of empty commits.", + "config.confirmEmptyCommits": "Always confirm the creation of empty commits for the 'Git: Commit Empty' command.", "config.fetchOnPull": "Fetch all branches when pulling or just the current one.", "config.pullTags": "Fetch all tags when pulling.", "config.autoStash": "Stash any changes before pulling and restore them after successful pull.",