On Sat, Aug 15, 2009 at 11:50 AM, Alan Coopersmith<[email protected]> wrote: > Is there some way we can configure git to put something in the patch > e-mails about which module patches like this replied to? From the > xgi_driver.c I'm assuming it's for xf86-video-xgi, but some other > patches on the list lately haven't been so clear.
Although it's not ideal, you can use the --subject-prefix switch to git format-patch to alter. For instance, --subject-prefix="XGI PATCH" would do the trick here. You can also set the gitconfig option format.subjectprefix: $ git config format.subjectprefix "XGI PATCH" Maybe there's a way to distribute git-config settings with the checkout, but I don't think there is. -- Dan _______________________________________________ xorg-devel mailing list [email protected] http://lists.x.org/mailman/listinfo/xorg-devel
