Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:59031 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 40751 invoked from network); 19 Mar 2012 17:16:07 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Mar 2012 17:16:07 -0000 Authentication-Results: pb1.pair.com smtp.mail=simonsimcity@googlemail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=simonsimcity@googlemail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain googlemail.com designates 209.85.213.42 as permitted sender) X-PHP-List-Original-Sender: simonsimcity@googlemail.com X-Host-Fingerprint: 209.85.213.42 mail-yw0-f42.google.com Received: from [209.85.213.42] ([209.85.213.42:63153] helo=mail-yw0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 9E/70-36598-4D9676F4 for ; Mon, 19 Mar 2012 12:16:05 -0500 Received: by yhfq11 with SMTP id q11so6505205yhf.29 for ; Mon, 19 Mar 2012 10:16:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=VLKj3sggp6xMwEULy+pHzNxHt7yUcjeaF56UVAqKmos=; b=XSFewaUZmTlDfM6AB2MRE90D6k/lflp/qE8C7PwEesV2l9+i6nzCt8TuBQidh/cODX 68C9MzQq4K6z6aQ2NPKRO7v6EPlDAJycMQi94m+7eroukMVW8A2tHZnfdyuejzZNbGzn TwU01ZBLd2dkLwOmYTorv30l/meDDERvRDaaMWmX2e791fadCeu3INpwYCZJijIujdsD ipYeYhiu62R9RJlqNtzPy4Ty+Ypbq9HTxbyNXcvRBVAxAcCd30+svYMgdtOQguMGf98X 1Vn6jiThvENPBJNS2vfiU02U3PEZ51F3u++deLKGCKEhHp/uV0UxLtAwWBX6Q+JUi6IC tSNQ== MIME-Version: 1.0 Received: by 10.60.4.106 with SMTP id j10mr14221421oej.47.1332177361580; Mon, 19 Mar 2012 10:16:01 -0700 (PDT) Received: by 10.60.18.162 with HTTP; Mon, 19 Mar 2012 10:16:01 -0700 (PDT) In-Reply-To: References: Date: Mon, 19 Mar 2012 18:16:01 +0100 Message-ID: To: David Soria Parra Cc: internals@lists.php.net Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] php-src is now on git From: simonsimcity@googlemail.com (Simon Schick) 2012/3/19 David Soria Parra : > Hi Internals, > > The initial migration is done and initial testing was successful. > > =C2=A0http://git.php.net/?p=3Dphp-src.git;a=3Dsummary > =C2=A0http://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 > Hi, David Thanks for this great step! As I quickly viewed into the github-repository I recognized the big list of branches ... 52 is quite a big list .. I don't know if someone asked just that before: Are there plans reducing this list? Branches (at least to me) seems to be something like big features, bugfixes or releases that are or could actively be developed in the future. One step is for example closing all the php-4.x branches and leave them as tagged open-end if changes are not merged ... Bye Simon