Jean-Noël AVILA <jn.avila@xxxxxxx> writes: >> > if (!revs->reflog_info && revs->grep_filter.use_reflog_filter) >> > - die("cannot use --grep-reflog without --walk-reflogs"); >> > + die(_("%s requires %s"), "--grep-reflog", "--walk-reflogs"); >> >> This last transformation does not fit the topic of this patch. It should >> go into patch 6/11, I think. >> > > True! Will reroll after checking again. Also, it lacks single-quote-pair around %s's; intended?