Message ID | pull.1277.git.git.1655399939066.gitgitgadget@gmail.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 3b9a5a33c2986522736d484da497ccd99d715220 |
Headers | show |
Series | builtin/rebase: remove a redundant space in l10n string | expand |
"Fangyi Zhou via GitGitGadget" <gitgitgadget@gmail.com> writes: > From: Fangyi Zhou <me@fangyi.io> > > Found in l10n. > > Signed-off-by: Fangyi Zhou <me@fangyi.io> Thanks. > - "Note: Your `pull.rebase` configuration may also be set to 'preserve',\n" > + "Note: Your `pull.rebase` configuration may also be set to 'preserve',\n"
On 16/06/2022 19:15, Junio C Hamano wrote: > "Fangyi Zhou via GitGitGadget" <gitgitgadget@gmail.com> writes: > >> From: Fangyi Zhou <me@fangyi.io> >> >> Found in l10n. >> >> Signed-off-by: Fangyi Zhou <me@fangyi.io> > Thanks. > >> - "Note: Your `pull.rebase` configuration may also be set to 'preserve',\n" >> + "Note: Your `pull.rebase` configuration may also be set to 'preserve',\n" That was my error. Sorry for not being able to respond at the time. -- Philip
diff --git a/builtin/rebase.c b/builtin/rebase.c index 640b6046a5a..70aa7c842f3 100644 --- a/builtin/rebase.c +++ b/builtin/rebase.c @@ -1206,7 +1206,7 @@ int cmd_rebase(int argc, const char **argv, const char *prefix) if (preserve_merges_selected) die(_("--preserve-merges was replaced by --rebase-merges\n" - "Note: Your `pull.rebase` configuration may also be set to 'preserve',\n" + "Note: Your `pull.rebase` configuration may also be set to 'preserve',\n" "which is no longer supported; use 'merges' instead")); if (action != ACTION_NONE && total_argc != 2) {