]> git.ipfire.org Git - thirdparty/git.git/commitdiff
builtin/rebase: remove a redundant space in l10n string
authorFangyi Zhou <me@fangyi.io>
Thu, 16 Jun 2022 17:18:58 +0000 (17:18 +0000)
committerJunio C Hamano <gitster@pobox.com>
Thu, 16 Jun 2022 18:15:23 +0000 (11:15 -0700)
Found in l10n.

Signed-off-by: Fangyi Zhou <me@fangyi.io>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/rebase.c

index 640b6046a5a3fa767040974f892c47d2e62342e5..70aa7c842f34b2a8cfbdf2c33d3b699bbda0404c 100644 (file)
@@ -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) {