Re: [RFC/PATCH 2/4] textconv: make diff_options accessible from blame
From: Matthieu Moy <hidden>
Date: 2016-06-15 22:48:54
bonneta [off-list ref] writes:
On Fri, 04 Jun 2010 09:59:47 +0200, Matthieu Moy [off-list ref] wrote:quoted
Junio C Hamano [off-list ref] writes:quoted
Axel Bonnet [off-list ref] writes:
quoted
quoted
quoted
Signed-off-by: Clément Poulain <redacted>The name of Clément is spelled correctly on the mail header while S-o-b line is corrupt.Actually, it's valid UTF-8, but there's no header specifying the encoding in the email,
[...]
quoted
Axel, can you give us the exact command(s) you used to send the patch?I made the patch with "git send-email --cover --annotate", and then edited the messages with vim. I added the S-o-b lines by copy-pasting them
OK, I got it. You ran "git format-patch", and it didn't find any non-ascii characters, so it didn't add any encoding header. Then you added UTF-8, and the header still wasn't there. You can use "git rebase -i" to edit the commit messages directly, and add the s-o-b there, then git format-patch will DRT. -- Matthieu Moy http://www-verimag.imag.fr/~moy/