Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:76934 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 89969 invoked from network); 28 Aug 2014 22:34:51 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 28 Aug 2014 22:34:51 -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.214.180 as permitted sender) X-PHP-List-Original-Sender: narf@devilix.net X-Host-Fingerprint: 209.85.214.180 mail-ob0-f180.google.com Received: from [209.85.214.180] ([209.85.214.180:55658] helo=mail-ob0-f180.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 66/62-10032-A8EAFF35 for ; Thu, 28 Aug 2014 18:34:50 -0400 Received: by mail-ob0-f180.google.com with SMTP id m8so1195641obr.39 for ; Thu, 28 Aug 2014 15:34:47 -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=ynf8zCiXshVoMYjsJpQ9xVs7WOEy7MsgFOUwQSABFL0=; b=OTAYAZYILJ4ZeGZYK6outfaFxaeHYyTlfm6qwVa9huD4JAeTjteEZBoF98juzoSgAs C4NRFcx9vMCJJmMuREEDO3ZGmWhPXszmzF3580CisH+/FKeLNC40SmxHKbydu3nFbTbF LSbxbRRYF/1Z9qtUTjaAqHXq0kFxiEtK/B8TY= 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=ynf8zCiXshVoMYjsJpQ9xVs7WOEy7MsgFOUwQSABFL0=; b=C7TBRPNneFgPqqkbvb+jKWUL5sm6+cuWbRPLlSws5yowyb5V7/JocHf40NQXg6Vyko vJmWUPh0s7F6T8iauSXpLLGT1LvvuO2juSANejEIOK4z8OiiCSrRqg/LKQXxIVi+r13n MjwmezJBIWs9m3u3khIn9/fwUkIDJxc3OOOgnFPDE4JLgWaKHnqPVFFt/w5wG6dZhSb5 JdHrOodORsJZudt/SsDcA/CCQwNgAqTuZ9n9JgnRk1eYTW2AyUf2DPwNrHFFP8DcqGty RYH0WryxNxNVJDbid5FMiTDr/lS/2p8sQVPwFAE/hlMu9/3qmtIwahE/+VcwWaRDrmSY b+Vw== X-Gm-Message-State: ALoCoQkXg42a/BM882QLiRgEpXSiDnUQjGuVMgbv4Jg0MYFNY5zUMW33GeAym+RCgimmF5NkTC+f MIME-Version: 1.0 X-Received: by 10.182.111.229 with SMTP id il5mr6583389obb.3.1409265287358; Thu, 28 Aug 2014 15:34:47 -0700 (PDT) Received: by 10.202.75.205 with HTTP; Thu, 28 Aug 2014 15:34:47 -0700 (PDT) In-Reply-To: <1409264050.6881.64.camel@guybrush> References: <1409264050.6881.64.camel@guybrush> Date: Fri, 29 Aug 2014 01:34:47 +0300 Message-ID: To: =?UTF-8?Q?Johannes_Schl=C3=BCter?= Cc: 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) Hi, On Fri, Aug 29, 2014 at 1:14 AM, Johannes Schl=C3=BCter wrote: > On Thu, 2014-08-28 at 20:55 +0200, Julien Pauli wrote: >> Looking at git branches, 5.0, 5.1 and 5.2 still have their respective >> main branches (which is all right and good). >> >> However, they dont have their release branch references (5.1.1 , 5.1.2 >> etc...) , however they still show their own release tags, which is >> also all right. > > For those branches we never had release branches, so there is no wonder > they don't exist. > > I would favor to create a php-src-historic.git repo (or similar) which > receives all old branches. With PHP 4 and 5.<=3D3 there this also might > make the initial clone a tiny bit smaller while keeping all history for > archeologists. > > johannes Tags preserve history well enough, as previously noted - they are basically immutable branches. This looks like a no-brainer to me. Cheers, Andrey.