On Mon, Sep 22, 2014 at 8:42 AM, Michał Górny <mgo...@gentoo.org> wrote:
>
> Also, CVS gets your name wrong. I wonder how it is possible with such
> an awesome modern piece of technology ;).
>

CVS itself does support unicode in the commit messages.  I have no
idea where the name comes from in the emails that go out, however, as
the actual rcs files only contain a username (aside from whatever is
in the commit message itself).

The git migration uses whatever name and email address are in LDAP
when doing the migration from cvs usernames, so anybody who cares
about such things should make sure they are correct there.  Correct
handling of unicode was something we did check in the migration
scripts, so if you have unicode in your name or in a commit message,
it will show up correctly in git.

I think that the contents of future git commits (after the migration)
are controlled client-side.  We can of course validate them on the
server, but if we want to preserve signatures then they have to be
right before they are pushed.

--
Rich

Reply via email to