Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:59041 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 60138 invoked from network); 19 Mar 2012 18:22:03 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Mar 2012 18:22:03 -0000 Authentication-Results: pb1.pair.com smtp.mail=kris.craig@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=kris.craig@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.42 as permitted sender) X-PHP-List-Original-Sender: kris.craig@gmail.com X-Host-Fingerprint: 74.125.82.42 mail-wg0-f42.google.com Received: from [74.125.82.42] ([74.125.82.42:42754] helo=mail-wg0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 47/00-59625-949776F4 for ; Mon, 19 Mar 2012 13:22:02 -0500 Received: by wgbds11 with SMTP id ds11so796012wgb.5 for ; Mon, 19 Mar 2012 11:21:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=uI7AamZT1RKEBhWhpIJ1hjkEOvbbNBntT10L4IXbCLY=; b=BhP+E6Q4CxQmF0ESMQwRLdvABxNJHP0Gt3Dj3T0A7p2DWpaDiirhr/9zmfNY+MrRtI XRtym1PEb7FsSsa5SkeRQJfkrrVxRkNvXgp1Mj8Yo2NZmdkj2tBoZ9DPF4LlWqtSe+jz I8s1lUyR8h67RW4W1iWlpbtLOjbTFoz4myPR0L65k12S347TjksC7FQOhelleWmDU+Jm aLNMIsoO0D+2NNe3ixZdYP+J8OwSCytKh8AvxbJnDjN6eb3SYMP6OdOqolY9AdegxXC7 ZFQj/iUsHOnBnw+xZ+OJl8DifAI8BRKsvCg4gBq8BUzRMeOCzdpLZZDpF1tG5F5i7uwG 9mwA== MIME-Version: 1.0 Received: by 10.180.73.143 with SMTP id l15mr21846836wiv.11.1332181319016; Mon, 19 Mar 2012 11:21:59 -0700 (PDT) Received: by 10.223.116.141 with HTTP; Mon, 19 Mar 2012 11:21:58 -0700 (PDT) In-Reply-To: References: Date: Mon, 19 Mar 2012 11:21:58 -0700 Message-ID: To: David Soria Parra Cc: internals@lists.php.net Content-Type: multipart/alternative; boundary=f46d043c06bc4be0e004bb9ca200 Subject: Re: [PHP-DEV] php-src is now on git From: kris.craig@gmail.com (Kris Craig) --f46d043c06bc4be0e004bb9ca200 Content-Type: text/plain; charset=ISO-8859-1 Hey, On Mon, Mar 19, 2012 at 8:24 AM, David Soria Parra wrote: > Hi Internals, > > The initial migration is done and initial testing was successful. > > http://git.php.net/?p=php-src.git;a=summary > http://github.com/php/php-src > > Please note that some branches and tags were renamed to make > the repository cleaner. > > Please checkout the repository and play around. I have created > a workflow wiki page at https://wiki.php.net/vcs/gitworkflow. > There is also an FAQ at https://wiki.php.net/vcs/gitfaq. > > If you have questions about the workflow or problems let me know. > General git questions should be asked in the appropriate IRC channels > and mailinglists. > > David > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > Could we modify the workflow to recommend using the "--no-ff" switch when merging in a feature branch? This is by and large the recommended approach as it preserves the feature branch's commit history, making it *much*easier to sort through complex features that contain numerous commits. --Kris --f46d043c06bc4be0e004bb9ca200--