All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] builtin/rebase: remove a redundant space in l10n string
@ 2022-06-16 17:18 Fangyi Zhou via GitGitGadget
  2022-06-16 18:15 ` Junio C Hamano
  0 siblings, 1 reply; 3+ messages in thread
From: Fangyi Zhou via GitGitGadget @ 2022-06-16 17:18 UTC (permalink / raw)
  To: git; +Cc: Fangyi Zhou, Fangyi Zhou

From: Fangyi Zhou <me@fangyi.io>

Found in l10n.

Signed-off-by: Fangyi Zhou <me@fangyi.io>
---
    builtin/rebase: remove a redundant space in l10n string
    
    Found in l10n.
    
    Signed-off-by: Fangyi Zhou me@fangyi.io

Published-As: https://github.com/gitgitgadget/git/releases/tag/pr-git-1277%2Ffangyi-zhou%2Ffix-rebase-extra-space-v1
Fetch-It-Via: git fetch https://github.com/gitgitgadget/git pr-git-1277/fangyi-zhou/fix-rebase-extra-space-v1
Pull-Request: https://github.com/git/git/pull/1277

 builtin/rebase.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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) {

base-commit: 4f6db706e6ad145a9bf6b26a1ca0970bed27bb72
-- 
gitgitgadget

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] builtin/rebase: remove a redundant space in l10n string
  2022-06-16 17:18 [PATCH] builtin/rebase: remove a redundant space in l10n string Fangyi Zhou via GitGitGadget
@ 2022-06-16 18:15 ` Junio C Hamano
  2022-06-17  7:09   ` Philip Oakley
  0 siblings, 1 reply; 3+ messages in thread
From: Junio C Hamano @ 2022-06-16 18:15 UTC (permalink / raw)
  To: Fangyi Zhou via GitGitGadget; +Cc: git, Fangyi Zhou

"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"

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] builtin/rebase: remove a redundant space in l10n string
  2022-06-16 18:15 ` Junio C Hamano
@ 2022-06-17  7:09   ` Philip Oakley
  0 siblings, 0 replies; 3+ messages in thread
From: Philip Oakley @ 2022-06-17  7:09 UTC (permalink / raw)
  To: Junio C Hamano, Fangyi Zhou via GitGitGadget; +Cc: git, Fangyi Zhou

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-06-17  7:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-16 17:18 [PATCH] builtin/rebase: remove a redundant space in l10n string Fangyi Zhou via GitGitGadget
2022-06-16 18:15 ` Junio C Hamano
2022-06-17  7:09   ` Philip Oakley

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.