[PHP-DEV] Realnames in Git commits

2011-12-15 Thread David Soria Parra
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 d...@php.net
  | foo   | Hans Foo  | Hans Foo f...@php.net

The email address will always be usern...@php.net.

If you don't want your realname used in the author mapping, please write
a mail to d...@php.net until December 29th.

Thanks
David

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP-DEV] Realnames in Git commits

2011-12-15 Thread Paul Dragoonis
Format looks good DSP.

On Thu, Dec 15, 2011 at 4:19 PM, David Soria Parra d...@php.net wrote:
 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 
 d...@php.net
  | foo           | Hans Foo                  | Hans Foo f...@php.net

 The email address will always be usern...@php.net.

 If you don't want your realname used in the author mapping, please write
 a mail to d...@php.net until December 29th.

 Thanks
 David

 --
 PHP Internals - PHP Runtime Development Mailing List
 To unsubscribe, visit: http://www.php.net/unsub.php


--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP-DEV] Realnames in Git commits

2011-12-15 Thread Peter Cowburn
On 15 December 2011 16:19, David Soria Parra d...@php.net wrote:
 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 
 d...@php.net
  | foo           | Hans Foo                  | Hans Foo f...@php.net

 The email address will always be usern...@php.net.

 If you don't want your realname used in the author mapping, please write
 a mail to d...@php.net until December 29th.

Also note that the name that we have on record for you can be found,
and changed if needs be, at https://master.php.net/manage/users.php


 Thanks
 David

 --
 PHP Internals - PHP Runtime Development Mailing List
 To unsubscribe, visit: http://www.php.net/unsub.php


--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php