From: Fangyi Zhou <me@xxxxxxxxx> This was found during l10n process by Jiang Xin. Reported-by: Jiang Xin <worldhello.net@xxxxxxxxx> Signed-off-by: Fangyi Zhou <me@xxxxxxxxx> --- push: Fix capitalisation of the option name autoSetupMerge This was found during l10n process by Jiang Xin. Signed-off-by: Fangyi Zhou me@xxxxxxxxx Published-As: https://github.com/gitgitgadget/git/releases/tag/pr-git-1276%2Ffangyi-zhou%2Fautosetupmerge-capitalisation-v1 Fetch-It-Via: git fetch https://github.com/gitgitgadget/git pr-git-1276/fangyi-zhou/autosetupmerge-capitalisation-v1 Pull-Request: https://github.com/git/git/pull/1276 builtin/push.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builtin/push.c b/builtin/push.c index 86b44f8aa71..df0d68e5998 100644 --- a/builtin/push.c +++ b/builtin/push.c @@ -171,7 +171,7 @@ static NORETURN void die_push_simple(struct branch *branch, "To avoid automatically configuring " "upstream branches when their name\n" "doesn't match the local branch, see option " - "'simple' of branch.autosetupmerge\n" + "'simple' of branch.autoSetupMerge\n" "in 'git help config'.\n"); die(_("The upstream branch of your current branch does not match\n" "the name of your current branch. To push to the upstream branch\n" base-commit: 8168d5e9c23ed44ae3d604f392320d66556453c9 -- gitgitgadget