On Wed, 25 Nov 2009 02:16:52 -0800 (PST), Jakub Narebski <jnareb@xxxxxxxxx> wrote: > (?: ... ) is in Perl non-capturing grouping Thanks. Actually that code only executes under --compose, the headers provided by format-patch all just come through untouched (but all the interesting ones are duplicated). So it looks like we just need to actually parse the relevant headers from format-patch, before the part where the user gets prompted. These are a little harder because they can span multiple lines. The current validation with --compose is a bit broken: suppose the user sets the perfectly valid header To: foo@xxxxxxxxxxx, bar@xxxxxxxxxxx The validation will strip the first line while issuing warning, but send the second through untouched. Jed -- 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