On Wed, Oct 31, 2007 at 05:36:41PM +0300, Dmitry Potapov wrote: > Hmm... I looked at the mail again and I cannot see where 8859-1 is > specified. It seems that context encoding is not specified at all. > Of course, it is incorrect to use non ASCII characters in a mail > without specifying encoding. Apparently, because I use utf-8 in the > terminal, the Sign-off line displays correctly for me, so I did not > notice the problem. Sorry for the noise... It is our old friend vger adding the iso-8859-1 header, I think, since no encoding was specified. I think the problem is that git-format-patch only decides whether to append a MIME header based on the commit message contents; it does not take the Signed-Off-By into account. This may also be the cause of the recent complaints from Matti Aarnio. -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