Re: [PATCH] rebase: make warning less passive aggressive
From: Junio C Hamano <hidden> Date: 2024-02-21 17:31:47
Patrick Steinhardt [off-list ref] writes:
quoted
if (options.action != ACTION_NONE && !in_progress)
- die(_("No rebase in progress?"));
+ die(_("No rebase in progress"));
While we're at it changing this message, do we also want to convert it
to start with a lower-case letter so that it aligns with our error
message style?