Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:56936 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 57804 invoked from network); 15 Dec 2011 16:24:36 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Dec 2011 16:24:36 -0000 Authentication-Results: pb1.pair.com header.from=dragoonis@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=dragoonis@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.216.170 as permitted sender) X-PHP-List-Original-Sender: dragoonis@gmail.com X-Host-Fingerprint: 209.85.216.170 mail-qy0-f170.google.com Received: from [209.85.216.170] ([209.85.216.170:37533] helo=mail-qy0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 98/53-36797-34F1AEE4 for ; Thu, 15 Dec 2011 11:24:36 -0500 Received: by qcsd16 with SMTP id d16so1355669qcs.29 for ; Thu, 15 Dec 2011 08:24:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=au0FrbXJ2JGWCPwmkda+8aXhkUS7izA2nDbeZySxW4M=; b=KBJ60ksQjeIM1kjWJoy01hrj1v0nTggsStQu7Y/RxImb7u9rpO3H4fYl3xB2ktFoZP gDHG7tL9KcRvoWc9Hg4A+0muIhbkBOtQAR0pJrxgBprn473i5YI+Xzl6qiBkJEORM1KI c/W3pYKBE4VDTBD+WpqqRF1881Rl5DuzuSF78= MIME-Version: 1.0 Received: by 10.224.185.203 with SMTP id cp11mr6337668qab.93.1323966273326; Thu, 15 Dec 2011 08:24:33 -0800 (PST) Received: by 10.229.39.72 with HTTP; Thu, 15 Dec 2011 08:24:33 -0800 (PST) In-Reply-To: References: Date: Thu, 15 Dec 2011 16:24:33 +0000 Message-ID: To: David Soria Parra Cc: internals@lists.php.net Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] Realnames in Git commits From: dragoonis@gmail.com (Paul Dragoonis) Format looks good DSP. On Thu, Dec 15, 2011 at 4:19 PM, David Soria Parra wrote: > 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 > > =A0| SVN username =A0| realname @ master.php.net | Git author name > =A0----------------------------------------------------------------------= - > =A0| dsp =A0 =A0 =A0 =A0 =A0 | David Soria Parra =A0 =A0 =A0 =A0 | David = Soria Parra > =A0| foo =A0 =A0 =A0 =A0 =A0 | Hans Foo =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 = =A0| 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 > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php >