On Sunday 03 May 2009, Geert Uytterhoeven wrote: > On Thu, Apr 30, 2009 at 17:34, Arnd Bergmann <arnd@xxxxxxxx> wrote: > > To avoid trouble with quilt mail, I'm now trying > > git-format-patch to generate them, hopefully this > > works a little better. Can anyone tell me why I can't > > add a 'To' header rather than just 'Cc' in > > git-format-patch? > > I always specify the --to with git send-email. I haven't tried using git send-email yet, because it does not let me inspect mails after changing the headers but before sending them out. I have now gone back to my old method of rm -rf patches mkdir -p patches git-format-patch -o patches | cut -f 2- -d/ > patches/series quilt mail --mbox ~/Mail/outbox #manually edit outbox if necessary, then hit send button in mail client. Arnd <>< -- To unsubscribe from this list: send the line "unsubscribe linux-arch" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html