Skip to content

Commit 2b5738c

Browse files
committed
Merge branch 'hs/rebase-not-in-progress' into HEAD
Error message update. * hs/rebase-not-in-progress: rebase: make warning less passive aggressive
2 parents 8e69efb + 244001a commit 2b5738c

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
@@ -1254,7 +1254,7 @@ int cmd_rebase(int argc, const char **argv, const char *prefix)
12541254
die(_("options '%s' and '%s' cannot be used together"), "--root", "--fork-point");
12551255

12561256
if (options.action != ACTION_NONE && !in_progress)
1257-
die(_("No rebase in progress?"));
1257+
die(_("no rebase in progress"));
12581258

12591259
if (options.action == ACTION_EDIT_TODO && !is_merge(&options))
12601260
die(_("The --edit-todo action can only be used during "

0 commit comments

Comments
 (0)