Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:76941 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 17333 invoked from network); 29 Aug 2014 06:54:34 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 29 Aug 2014 06:54:34 -0000 Authentication-Results: pb1.pair.com header.from=narf@devilix.net; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=narf@devilix.net; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain devilix.net designates 209.85.219.49 as permitted sender) X-PHP-List-Original-Sender: narf@devilix.net X-Host-Fingerprint: 209.85.219.49 mail-oa0-f49.google.com Received: from [209.85.219.49] ([209.85.219.49:59867] helo=mail-oa0-f49.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id ED/06-10032-9A320045 for ; Fri, 29 Aug 2014 02:54:33 -0400 Received: by mail-oa0-f49.google.com with SMTP id jd19so1428665oac.8 for ; Thu, 28 Aug 2014 23:54:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=devilix.net; s=google; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=5zv0ZS3bpx6mERo23x5fPL6F1eTPmzv0YAKnLMeZthg=; b=KrbijtyQfikVDlzgIX0vJZOFypOaGUWMXOfxfcmjrwh49kEK2OwxEwweFKT3g+uij3 a4HoR8/f7bzXO5WMPHUqSLRAp2sRIbd3v3n8aemZi2K16+RxUFXq1l3Ngj8a5vQLEVYU 5HW1HRwxFgGboh+aqPuDly9HcG5gmwPa4+4g4= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=5zv0ZS3bpx6mERo23x5fPL6F1eTPmzv0YAKnLMeZthg=; b=dLI7H7kTFbT4gmAh7bvwJtEidKkldjyEWW4nC9R76EEYjxQFCBitVAzcfhtYpxebwc ospChyhaZZhSJNcObKdl22AYe/wI1UuKipro6n6l53CmUaR5usmeBZ/kObXVPWiI/RxT fAw86FlAzRtFdK9vIH2WjWRsX6btlyrGBO1Oc5JIhnrFJ1j0CUwwFc7o2160SybdJ/8C +FXERBo1FsbyYA7GSfvJCdkq2th+au5Jt2qaWQWYHN4L9NdB6Y6DoH/YDh+9LFi1gpMm pNO0ROY7WCeo0YsEs4wU0nQJF0b/pyv7HkQt0b5Ur8Jamu6hEOgTNNDKweTr74Yrvq9Z KRpA== X-Gm-Message-State: ALoCoQljppTKAS95OkodPzLk6mJl3c+ZBsFvWP/3bCSjmsTpikTRpB4XE6rd2D0opN8xxUKDvN6M MIME-Version: 1.0 X-Received: by 10.60.34.199 with SMTP id b7mr23494oej.86.1409295270459; Thu, 28 Aug 2014 23:54:30 -0700 (PDT) Received: by 10.202.75.205 with HTTP; Thu, 28 Aug 2014 23:54:30 -0700 (PDT) In-Reply-To: <1409270599.6881.79.camel@guybrush> References: <1409264050.6881.64.camel@guybrush> <1409265882.6881.73.camel@guybrush> <1409270599.6881.79.camel@guybrush> Date: Fri, 29 Aug 2014 09:54:30 +0300 Message-ID: To: =?UTF-8?Q?Johannes_Schl=C3=BCter?= Cc: Andrea Faulds , Julien Pauli , PHP Internals Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] Cleaning 5.3 git branches ? From: narf@devilix.net (Andrey Andreev) 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 aft= er 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. Cheers, Andrey.