Patrick Steinhardt <ps@xxxxxx> writes: >> 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? Good eyes. Thanks for a good suggestion.