Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:69967 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 48571 invoked from network); 30 Oct 2013 15:55:46 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 30 Oct 2013 15:55:46 -0000 X-Host-Fingerprint: 217.114.215.11 experimentalworks.net Date: Wed, 30 Oct 2013 10:55:45 -0500 Received: from [217.114.215.11] ([217.114.215.11:6378] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 71/74-17074-00C21725 for ; Wed, 30 Oct 2013 10:55:45 -0500 To: internals@lists.php.net References: User-Agent: slrn/pre1.0.0-18 (Linux) Message-ID: X-Posted-By: 217.114.215.11 Subject: Re: Cleanup of old remote branches From: dsp@php.net (David Soria Parra) 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