Skip to content

Commit 3b9a5a3

Browse files
fangyi-zhougitster
authored andcommitted
builtin/rebase: remove a redundant space in l10n string
Found in l10n. Signed-off-by: Fangyi Zhou <me@fangyi.io> Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 4f6db70 commit 3b9a5a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builtin/rebase.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1206,7 +1206,7 @@ int cmd_rebase(int argc, const char **argv, const char *prefix)
12061206

12071207
if (preserve_merges_selected)
12081208
die(_("--preserve-merges was replaced by --rebase-merges\n"
1209-
"Note: Your `pull.rebase` configuration may also be set to 'preserve',\n"
1209+
"Note: Your `pull.rebase` configuration may also be set to 'preserve',\n"
12101210
"which is no longer supported; use 'merges' instead"));
12111211

12121212
if (action != ACTION_NONE && total_argc != 2) {

0 commit comments

Comments
 (0)