Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:69968 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 50299 invoked from network); 30 Oct 2013 16:04:04 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 30 Oct 2013 16:04:04 -0000 Authentication-Results: pb1.pair.com smtp.mail=leafnode@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=leafnode@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.83.41 as permitted sender) X-PHP-List-Original-Sender: leafnode@gmail.com X-Host-Fingerprint: 74.125.83.41 mail-ee0-f41.google.com Received: from [74.125.83.41] ([74.125.83.41:57352] helo=mail-ee0-f41.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id CB/C4-17074-3FD21725 for ; Wed, 30 Oct 2013 11:04:03 -0500 Received: by mail-ee0-f41.google.com with SMTP id e53so766641eek.0 for ; Wed, 30 Oct 2013 09:04:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=yqZpke22vNatJUGPm8DvLsOTS9E/4eqaHmqHcgsfrb0=; b=Ag2DeiPQBV/la//P+PGLghwW9OsVldkJPnuMIFGXNkDfjL8zRZPcEinwOojmU7Qdzc KZP60Q0L1Xc/66dbKwBAXPnTp11FLPR7IIGY7RBlKVR+5YFvQu0Wwz9AqaKyNSbxGrjv 5rR8xiuF2BMbNeChR8dXHZMOhgisbXNG7MtHP4Il86AJBTaV852N5bri8jUN1CLC9IQQ Y0zQuNfXxDRtwge1X1Xt34JXcPswAueuXtGQ6tfAymlH7ctXoowRnpq0RCXDWkLp5gpc LFMbp8OOAbfwud3bAYrI5phdiZI2bqUoD5Ot9xKpFr79osXASj/V3EQOp+IXsx4OX0ry Tm2g== X-Received: by 10.14.2.200 with SMTP id 48mr2993996eef.88.1383149040102; Wed, 30 Oct 2013 09:04:00 -0700 (PDT) Received: from [192.168.1.109] (89-76-55-176.dynamic.chello.pl. [89.76.55.176]) by mx.google.com with ESMTPSA id j7sm85118292eeo.15.2013.10.30.09.03.58 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 30 Oct 2013 09:03:59 -0700 (PDT) Message-ID: <52712DE8.1080905@gmail.com> Date: Wed, 30 Oct 2013 17:03:52 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.0.1 MIME-Version: 1.0 To: internals@lists.php.net References: In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Re: Cleanup of old remote branches From: leafnode@gmail.com (=?UTF-8?B?TGVzemVrIEtydXBpxYRza2k=?=) On 10/30/2013 4:55 PM, David Soria Parra wrote: > Julien Pauli schrieb: >> Could we make a list of the remote branches we really don't need anymore, >> and clean them up ? > This was discussed when we moved to git. If we delete the branches eventual > commits will get lost. They honestly don't hurt at all unless you are super > aestetic about it in which case you don't want to look at git branch -a anyway. > Therefore I see no reason to remove them except for killing parts of PHP's > version control system history. > > -1 for me. > > It's obv okay for branches that got merged. > > David -1 as well. In git most branches don't take much space if any (branch is just a pointer to a commit - if this commit is also in another branch, no data is duplicated). --Leszek