Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:76949 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 38218 invoked from network); 29 Aug 2014 09:51:49 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 29 Aug 2014 09:51:49 -0000 Authentication-Results: pb1.pair.com header.from=julienpauli@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=julienpauli@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.220.171 as permitted sender) X-PHP-List-Original-Sender: julienpauli@gmail.com X-Host-Fingerprint: 209.85.220.171 mail-vc0-f171.google.com Received: from [209.85.220.171] ([209.85.220.171:42433] helo=mail-vc0-f171.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id DB/C2-22920-23D40045 for ; Fri, 29 Aug 2014 05:51:48 -0400 Received: by mail-vc0-f171.google.com with SMTP id id10so2195744vcb.16 for ; Fri, 29 Aug 2014 02:51:44 -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:content-transfer-encoding; bh=ohbfqA2J8NOY48P1xELsy60XwL2k56shqTODL5Yu1/c=; b=TtAQSKHBtVWQm5boAsKoWXFStYCEdy5HUj8RdW4oQQ0x1ryPyBE65z4Z0Wb03dh+q8 /yQlsFTiqzeNavt/HKdT5fRNCmLSvk2fJGmuk2jjAUuCsMn8t6ineV1ugANFmIfti/03 FV6rrapIWbI2MQCzwwi4czUvTPtrQXuOLnXq2DI/9E8SHVIoQRFLUwubEVGEQib3ueAn lCayT84scykG7L+f76zCzpDw1S+Wb1RjMtLqG1JXTZJU8I+S/Mubozhrz8Nj8Ie4pFrh ZwaBPARSxyA/w8DhlVCCRpIo5STaQOEcY7pfsVrgtJYUrqsEIsdWs6IeLZoQsBs5VX3c CCag== X-Received: by 10.220.46.5 with SMTP id h5mr36022vcf.55.1409305904274; Fri, 29 Aug 2014 02:51:44 -0700 (PDT) MIME-Version: 1.0 Sender: julienpauli@gmail.com Received: by 10.221.34.194 with HTTP; Fri, 29 Aug 2014 02:51:04 -0700 (PDT) In-Reply-To: References: <1409264050.6881.64.camel@guybrush> <1409265882.6881.73.camel@guybrush> <1409270599.6881.79.camel@guybrush> Date: Fri, 29 Aug 2014 11:51:04 +0200 X-Google-Sender-Auth: HGAgMr39qHLwr1-XCs7oMm1W4z0 Message-ID: To: Andrey Andreev Cc: =?UTF-8?Q?Johannes_Schl=C3=BCter?= , Andrea Faulds , PHP Internals Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] Cleaning 5.3 git branches ? From: jpauli@php.net (Julien Pauli) On Fri, Aug 29, 2014 at 8:54 AM, Andrey Andreev wrote: > On Fri, Aug 29, 2014 at 3:03 AM, Johannes Schl=C3=BCter > wrote: >> On Fri, 2014-08-29 at 00:12 +0100, Andrea Faulds wrote: >>> I don=E2=80=99t see the need, though. For cases where we added stuff af= ter 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 ... > > Indeed. > > I guess a php-src-history.git is better than arguing whether to delete > something or not. I like the idea. We should also update the docs (release-process?) if things are not automated, or automate them if it is possible. Julien.P