Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:69976 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 97168 invoked from network); 31 Oct 2013 04:16:43 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 31 Oct 2013 04:16:43 -0000 Authentication-Results: pb1.pair.com header.from=yohgaki@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=yohgaki@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.215.50 as permitted sender) X-PHP-List-Original-Sender: yohgaki@gmail.com X-Host-Fingerprint: 209.85.215.50 mail-la0-f50.google.com Received: from [209.85.215.50] ([209.85.215.50:64375] helo=mail-la0-f50.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 2F/74-00845-8A9D1725 for ; Wed, 30 Oct 2013 23:16:41 -0500 Received: by mail-la0-f50.google.com with SMTP id ec20so1877359lab.9 for ; Wed, 30 Oct 2013 21:16:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=G/0RsMArwasOMv2oHuOSdWlZJkZUrkLGUESsSw85ohg=; b=OipsIcn4hg4gWUwcc1Zpz5+5Vq+i52olsWJWz0/Zmxk3k3N9rMFswNS/FqsgcGFnn4 pm18TUQ7uhY3VH1nUztDjkzpA+hoZw2KqPPCC+IfcGZ9mk1x6PrLJRqf7cSMEIvlGLbe 3J+eMi8w1u3hL0Nlt5gOCb4HhhIrv+l73nTSav+Hg9BEGY7qqyfz9EKXpZhO0DlB3lvZ +rSqYGrEOWfu1VVf1brKwGmQ3XPcQ0p3q5qHtHDoeDG+sa9fFiQakZkjCZvrXbG0COzO ipF70f1RcsAVrozR8C8XzPKtsqh6sKG4QNiw0T/EmSa0KXDJTE8PvL83p9ajh3CLz00L X00g== X-Received: by 10.152.26.131 with SMTP id l3mr659569lag.29.1383192997984; Wed, 30 Oct 2013 21:16:37 -0700 (PDT) MIME-Version: 1.0 Sender: yohgaki@gmail.com Received: by 10.112.154.201 with HTTP; Wed, 30 Oct 2013 21:15:57 -0700 (PDT) In-Reply-To: References: Date: Thu, 31 Oct 2013 13:15:57 +0900 X-Google-Sender-Auth: rri7S0C7_jGZJb6tC3bqzTjjNkc Message-ID: To: Adam Harvey Cc: Julien Pauli , PHP Internals Content-Type: multipart/alternative; boundary=089e0160ba3a4d029404ea01b718 Subject: Re: [PHP-DEV] Cleanup of old remote branches From: yohgaki@ohgaki.net (Yasuo Ohgaki) --089e0160ba3a4d029404ea01b718 Content-Type: text/plain; charset=UTF-8 Hi all, On Thu, Oct 31, 2013 at 1:58 AM, Adam Harvey wrote: > On 29 October 2013 03:56, Julien Pauli wrote: > > Could we make a list of the remote branches we really don't need anymore, > > and clean them up ? > > Also -1 here. Command line tab completion and GitHub's branch > filtering UI basically make the cognitive overhead of dealing with > this minimal, and having a full history is important. Unfortunately, we already lost important source code history in our git. Checkout PHP 4.X branches, then you'll see there aren't any Zend dirs. If we should keep current git data, how about create repository called git-lagacy.php.net? (And add missing Zend dirs for older PHP in there) Regards, -- Yasuo Ohgaki yohgaki@ohgaki.net --089e0160ba3a4d029404ea01b718--