On Fri, Sep 16, 2016 at 10:27 AM, Josh Triplett <j...@joshtriplett.org> wrote: > This provides a shorter and more convenient alias for > --subject-prefix='RFC PATCH'. > > Add a test covering --rfc. > > Signed-off-by: Josh Triplett <j...@joshtriplett.org> > --- > > By far, the most common subject-prefix I've seen other than "PATCH" is > "RFC PATCH" (or occasionally "PATCH RFC"). Seems worth optimizing for > the common case, to avoid having to spell it out the long way as > --subject-prefix='RFC PATCH'. >
I agree! Thanks, Jake