On Thu, Oct 25, 2012 at 05:01:49AM -0400, Jeff King wrote: > > - if ($broken_encoding{$t} && !is_rfc2047_quoted($subject) && > > - ($subject =~ /[^[:ascii:]]/)) { > > - $subject = quote_rfc2047($subject, $auto_8bit_encoding); > > + if ($broken_encoding{$t} && !is_rfc2047_quoted($subject)) { > > + $subject = quote_subject($subject, $auto_8bit_encoding); > > } > > Hmm. What is this patch on top of? It looks like it is on top of your > original patch, but when I tried it on top of that, it does not apply > either, and the index lines in the patch do not mention a sha1 that I do > not have. > > Do you mind re-rolling a final 2-patch series with: Ah, never mind. I missed your earlier "use compose-encoding for Subject". I've queued it and all of the follow-ons onto the km/send-email-compose-encoding topic. Thanks. -Peff -- 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