Re: [PATCH 0/2] format-patch handling in-body From headers

2013-07-03 Thread Jeff King
On Wed, Jul 03, 2013 at 01:58:22AM -0700, Junio C Hamano wrote: > Jeff King writes: > > > However, doing it right is kind of tricky due to rfc822 quoting, rfc2047 > > encoding, and handling non-ascii names correctly. Instead, this patch > > series takes a different approach: it teaches format-pa

Re: [PATCH 0/2] format-patch handling in-body From headers

2013-07-03 Thread Junio C Hamano
Jeff King writes: > However, doing it right is kind of tricky due to rfc822 quoting, rfc2047 > encoding, and handling non-ascii names correctly. Instead, this patch > series takes a different approach: it teaches format-patch to do the > transformation itself, so that it can be used by my script