As outlined in my previous post. An author in git is identified by "NAME <EMAIL>". We will rewrite commit information to match this format during the SVN to Git migration. At the moment this affects php-src only, but it will probably expand to other repositories later.
We will use the stored realname for every account on master.php.net. So if your | SVN username | realname @ master.php.net | Git author name ----------------------------------------------------------------------- | dsp | David Soria Parra | David Soria Parra <[email protected]> | foo | Hans Foo | Hans Foo <[email protected]> The email address will always be [email protected]. If you don't want your realname used in the author mapping, please write a mail to [email protected] until December 29th. Thanks David -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php
