Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:69969 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 54195 invoked from network); 30 Oct 2013 16:59:18 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 30 Oct 2013 16:59:18 -0000 Authentication-Results: pb1.pair.com header.from=adam@adamharvey.name; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=adam@adamharvey.name; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain adamharvey.name designates 209.85.223.169 as permitted sender) X-PHP-List-Original-Sender: adam@adamharvey.name X-Host-Fingerprint: 209.85.223.169 mail-ie0-f169.google.com Received: from [209.85.223.169] ([209.85.223.169:61011] helo=mail-ie0-f169.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id A3/20-52896-4EA31725 for ; Wed, 30 Oct 2013 11:59:17 -0500 Received: by mail-ie0-f169.google.com with SMTP id ar20so2791298iec.14 for ; Wed, 30 Oct 2013 09:59:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=adamharvey.name; s=google; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=HTJ8ASP22YVtCMdA5tIRYo4YUusHOB3mlQIj2kammSQ=; b=d8KXQ+OLoU7d/hGgvmEgcHGLZ5gSPAYhIMAEWPB1WNKS+YKJ2nC9RsQLI8/VH8tIvl 5RoFIxwLcF+qJSuLq41mwqsg5aDdM8DQ69bASn8gvXbeFz4sJvBgsgZrJZCsIguplMjH 9X+ws1X5XUGhV9je81GbMG+QUc9i/7JY7K0eA= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc:content-type; bh=HTJ8ASP22YVtCMdA5tIRYo4YUusHOB3mlQIj2kammSQ=; b=JHRxZlKvQSUgSAvU/Mpu8YLizBdn11Buz7Gxl/KWv/SjaModdkUHczWWxT5GmPiX4T NleBeouyqpmcU9NL2QyODKSGMVF8/bCJZ4Y49AR09KSkk4DUJDw2O2TkdihDHLTM5Za+ 3Ch6Q65otasWLnj7zXK6Z/ZgZYz/DM4m+UxyJ6A7kH1brG4BPGM2fQ4PedY63uvvivXl NwpN+iREtf5w7F7iMweQhxwKYY7nWU2bbpTIAW1UG/8xGKiMOYPQMaNlPyRXrx/nBa5s E8+LszURWts34ALTNxrHRfMQNZS71M/kpYZDVLTrcy94K8FNgFhdU/Slino8AfdFo6SE NBcA== X-Gm-Message-State: ALoCoQlM6hlbvGSSM5Tjddk51UDjuIjvjGUM9GO08ahVRXDXLH/ATnHoAaBX/BtNJEVZ5AS+fFYe X-Received: by 10.42.92.84 with SMTP id s20mr1690130icm.63.1383152354104; Wed, 30 Oct 2013 09:59:14 -0700 (PDT) MIME-Version: 1.0 Sender: adam@adamharvey.name Received: by 10.42.206.208 with HTTP; Wed, 30 Oct 2013 09:58:52 -0700 (PDT) In-Reply-To: References: Date: Wed, 30 Oct 2013 09:58:52 -0700 X-Google-Sender-Auth: HN1aZfmiHAXhg_TmSp56GGwNecM Message-ID: To: Julien Pauli Cc: PHP Internals Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] Cleanup of old remote branches From: aharvey@php.net (Adam Harvey) On 29 October 2013 03:56, Julien Pauli wrote: > Could we make a list of the remote branches we really don't need anymore, > and clean them up ? Also -1 here. Command line tab completion and GitHub's branch filtering UI basically make the cognitive overhead of dealing with this minimal, and having a full history is important. Adam