René Scharfe [off-list ref] writes:
quoted
quoted
+ if (opt->ignore_regex_nr)
+ die("combined diff and '%s' cannot be used together",
+ "--ignore-matching-lines");
"X cannot be used together _with_ Y" perhaps?
Not sure, but that type of message was recently unified (most common
case: "options '%s' and '%s' cannot be used together") and "with" is
only used in an untranslated BUG:
Ah, sorry, I completely misread the original as "combined diff
cannot be used together with ignore-matching-lines".
Sorry for the noise.