On Fri, Apr 19, 2024, at 03:05, Dragan Simic wrote: > Fix a bug that allows the "--rfc" and "-k" options to be specified together > when "git format-patch" is executed, which was introduced in the commit > e0d7db7423a9 ("format-patch: --rfc honors what --subject-prefix sets"). > > Add a couple of additional tests to t4014, to cover additional cases of > the mutual exclusivity between different "git format-patch" options. > > Signed-off-by: Dragan Simic <dsimic@xxxxxxxxxxx> Looks good to me FWIW. Also very good description of the changes from the previous version to this one.