bonneta <bonneta@xxxxxxxxxx> writes: > On Fri, 04 Jun 2010 09:59:47 +0200, Matthieu Moy > <Matthieu.Moy@xxxxxxxxxxxxxxx> wrote: >> Junio C Hamano <gitster@xxxxxxxxx> writes: >> >>> Axel Bonnet <axel.bonnet@xxxxxxxxxxxxxxx> writes: >>>> Signed-off-by: Clément Poulain <clement.poulain@xxxxxxxxxxxxxxx> >>> >>> 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, [...] >> 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/ -- 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