Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:76937 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 96719 invoked from network); 29 Aug 2014 00:04:24 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 29 Aug 2014 00:04:24 -0000 Authentication-Results: pb1.pair.com header.from=johannes@schlueters.de; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=johannes@schlueters.de; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain schlueters.de from 217.114.215.10 cause and error) X-PHP-List-Original-Sender: johannes@schlueters.de X-Host-Fingerprint: 217.114.215.10 mail.experimentalworks.net Received: from [217.114.215.10] ([217.114.215.10:60396] helo=mail.experimentalworks.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 5B/83-10032-883CFF35 for ; Thu, 28 Aug 2014 20:04:24 -0400 Received: by mail.experimentalworks.net (Postfix, from userid 1003) id 5EC9F41CE0; Fri, 29 Aug 2014 02:04:31 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on km31408.keymachine.de X-Spam-Level: X-Spam-Status: No, score=-1.0 required=3.0 tests=ALL_TRUSTED autolearn=unavailable version=3.3.2 X-Spam-HAM-Report: * -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP Received: from [192.168.2.31] (ppp-93-104-7-39.dynamic.mnet-online.de [93.104.7.39]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: johannes@schlueters.de) by mail.experimentalworks.net (Postfix) with ESMTPSA id 3A6E441CDF; Fri, 29 Aug 2014 02:04:28 +0200 (CEST) To: Andrea Faulds Cc: Andrey Andreev , Julien Pauli , PHP Internals In-Reply-To: References: <1409264050.6881.64.camel@guybrush> <1409265882.6881.73.camel@guybrush> Content-Type: text/plain; charset="UTF-8" Date: Fri, 29 Aug 2014 02:03:18 +0200 Message-ID: <1409270599.6881.79.camel@guybrush> Mime-Version: 1.0 X-Mailer: Evolution 2.30.3 Content-Transfer-Encoding: 8bit Subject: Re: [PHP-DEV] Cleaning 5.3 git branches ? From: johannes@schlueters.de (Johannes =?ISO-8859-1?Q?Schl=FCter?=) On Fri, 2014-08-29 at 00:12 +0100, Andrea Faulds wrote: > I don’t see the need, though. For cases where we added stuff after release, just make an extra tag. $ git tag | wc -l 937 $ git branch -r | grep origin | wc -l 128 Not sure creating more tags makes things really "cleaner", I made a proposal which can easily be implemented. If you don't like it, ok. If you want to do more complex things: Fine with me. Last message by me in this thread, there are way better things for wasting time ... johannes