Message ID | pull.1276.git.git.1655307345132.gitgitgadget@gmail.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 1f8496c65f963d2b75ef57dc4f09dbc2f5646bf3 |
Headers | show |
Series | push: fix capitalisation of the option name autoSetupMerge | expand |
"Fangyi Zhou via GitGitGadget" <gitgitgadget@gmail.com> writes: > From: Fangyi Zhou <me@fangyi.io> > > This was found during l10n process by Jiang Xin. > ... > @@ -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" As this affects translation, I'll fast-track and apply the patch directly on 'master', as the underlying topic that brought in this string is a new feature that will never be merged down to maintenance tracks. Thanks.
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"