On Fri, Apr 24, 2009 at 10:20, Michael Witten <mfwitten@xxxxxxxxx> wrote: > On Fri, Apr 24, 2009 at 10:18, Constantine Plotnikov > <constantine.plotnikov@xxxxxxxxx> wrote: >> I'm interested how to modify subject prefix when sending patches using >> git send-email. I want it to prefix the subject with [JGIT PATCH] >> instead of [PATCH] and I have not found any option that allows it. > > The option is format-patch's --subject-prefix > Looking at the source for send-email, it would appear you can do the following if you don't want to run format-patch separately: git send-email $send_email_args -- $format_patch_args That should be documented! -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html