Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:69934 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 12275 invoked from network); 29 Oct 2013 10:57:20 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 29 Oct 2013 10:57:20 -0000 Authentication-Results: pb1.pair.com smtp.mail=julienpauli@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=julienpauli@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.220.179 as permitted sender) X-PHP-List-Original-Sender: julienpauli@gmail.com X-Host-Fingerprint: 209.85.220.179 mail-vc0-f179.google.com Received: from [209.85.220.179] ([209.85.220.179:51949] helo=mail-vc0-f179.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id F2/60-10284-F849F625 for ; Tue, 29 Oct 2013 05:57:19 -0500 Received: by mail-vc0-f179.google.com with SMTP id hz11so2963916vcb.38 for ; Tue, 29 Oct 2013 03:57:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:from:date:message-id:subject:to:content-type; bh=ApRZYczE5MdVous55tIYSqwJ4tRG7NMw/3uzczfM308=; b=IytlHrOf6pzmxq/Xl7W5Q/Tp2ZE6i70iM+7YrbYVO5iuHQhzANr/1n/jcRURJ4hfav TjuSiEVn6htQ+G2kmD88mZ4Dexb775QmQPGvXAAAp43J7OInlpxVasmHH86JEc8isFRP 5B/g3NWJaKTEr0Q/xRBwjsHCaEN7whJEZVU7tbnGdyi3vMvLMcz2Z/h0U157Uc2/1rji atKovZLgzNaHaz3hXhVYLUTr8fuW6hHnJx2u9Xt4FeaS/ClZ5D4Rn4LRwIh/QxPUpmuC 0eoVm0CBWe+qFDr5tHot+o0ESoEe+HZwRbW7YrpWjgyPjCZ4fOAOzVJX2aN8vY5qjeip fxgw== X-Received: by 10.220.10.70 with SMTP id o6mr522475vco.45.1383044236234; Tue, 29 Oct 2013 03:57:16 -0700 (PDT) MIME-Version: 1.0 Sender: julienpauli@gmail.com Received: by 10.220.73.197 with HTTP; Tue, 29 Oct 2013 03:56:35 -0700 (PDT) Date: Tue, 29 Oct 2013 11:56:35 +0100 X-Google-Sender-Auth: R0jowkXeNo_Ch7MwFc6NVPtNg9w Message-ID: To: PHP Internals Content-Type: multipart/alternative; boundary=001a11c3b87868d85504e9df14f7 Subject: Cleanup of old remote branches From: jpauli@php.net (Julien Pauli) --001a11c3b87868d85504e9df14f7 Content-Type: text/plain; charset=ISO-8859-1 Hi internals. Doing a git branch --all , I notice that we still carry very old branches (back from the svn or even cvs times). Here is the list : remotes/origin/experimental/5.2-WITH_DRCP remotes/origin/experimental/5.3-FPM remotes/origin/experimental/RETURN_REF remotes/origin/experimental/ZendEngine2 remotes/origin/experimental/apache_hooks remotes/origin/experimental/first_unicode_implementation remotes/origin/experimental/lemon remotes/origin/experimental/namespaces remotes/origin/experimental/new_apache_hooks remotes/origin/experimental/new_ui_api remotes/origin/experimental/newoperator remotes/origin/experimental/phar_tar remotes/origin/experimental/pre_new_hash_func remotes/origin/experimental/rand_redesign remotes/origin/experimental/the_5_4_that_isnt_5_4 remotes/origin/experimental/threaded remotes/origin/experimental/with_scalar_types remotes/origin/experimental/zts_stdc_scanners remotes/origin/experimetnal/RETURN_REF_PATCH remotes/origin/immutable-date remotes/origin/master remotes/origin/migration/EXPERIMENTAL remotes/origin/migration/INITIAL remotes/origin/migration/RELEASE_1_0_0 remotes/origin/migration/sqlite-start remotes/origin/migration/unlabaled-1.1.2 remotes/origin/migration/unlabaled-1.29.2 remotes/origin/migration/unlabaled-1.3.2 remotes/origin/migration/unlabaled-1.67.2 We don't need git space, right ; but I think we need some cleanup to keep consistency. While I know "immutable-date" or even "lemon" could still be reworked on in the future, I personnaly have absolutely no clue about "migration/unlabaled-1.67.2" for example. "experimental/the_5_4_that_isnt_5_4" is funny as well, I guess it's a try for someone, I haven't diffed it anyway. I assume some of our remote branches are both old and useless nowadays. Could we make a list of the remote branches we really don't need anymore, and clean them up ? Thx Julien Pauli --001a11c3b87868d85504e9df14f7--