Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:56935 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 56362 invoked from network); 15 Dec 2011 16:19:42 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Dec 2011 16:19:42 -0000 X-Host-Fingerprint: 217.114.211.68 unknown Date: Thu, 15 Dec 2011 11:19:42 -0500 Received: from [217.114.211.68] ([217.114.211.68:3616] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 68/03-36797-D1E1AEE4 for ; Thu, 15 Dec 2011 11:19:42 -0500 To: internals@lists.php.net User-Agent: slrn/0.9.9p1 (SunOS) Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: X-Posted-By: 217.114.211.68 Subject: Realnames in Git commits From: dsp@php.net (David Soria Parra) As outlined in my previous post. An author in git is identified by "NAME ". 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 | foo | Hans Foo | Hans Foo The email address will always be username@php.net. If you don't want your realname used in the author mapping, please write a mail to dsp@php.net until December 29th. Thanks David