Skip to content

Commit 31e4a0d

Browse files
committed
Merge branch 'ab/rebase-fatal-fatal-fix'
Error message fix. * ab/rebase-fatal-fatal-fix: rebase: emit one "fatal" in "fatal: fatal: <error>"
2 parents 63ddde6 + 0160f7e commit 31e4a0d

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
@@ -1918,7 +1918,7 @@ int cmd_rebase(int argc, const char **argv, const char *prefix)
19181918
&options.orig_head))
19191919
options.head_name = NULL;
19201920
else
1921-
die(_("fatal: no such branch/commit '%s'"),
1921+
die(_("no such branch/commit '%s'"),
19221922
branch_name);
19231923
} else if (argc == 0) {
19241924
/* Do not need to switch branches, we are already on it. */

0 commit comments

Comments
 (0)