From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22181 invoked by alias); 26 Feb 2013 20:13:52 -0000 Mailing-List: contact archer-help@sourceware.org; run by ezmlm Sender: Precedence: bulk List-Post: List-Help: List-Subscribe: List-Id: Received: (qmail 22167 invoked by uid 22791); 26 Feb 2013 20:13:51 -0000 X-SWARE-Spam-Status: No, hits=-6.7 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_SPAMHAUS_DROP,RCVD_IN_DNSWL_HI,RCVD_IN_HOSTKARMA_W,RP_MATCHES_RCVD,SPF_HELO_PASS X-Spam-Check-By: sourceware.org From: Tom Tromey To: Project Archer Subject: Re: Proposal to change branch maintenance References: <874nhipla5.fsf@fleche.redhat.com> <20130213121556.GA21353@host2.jankratochvil.net> <87k3q5d2mp.fsf@fleche.redhat.com> <87obf72d5g.fsf@fleche.redhat.com> Date: Tue, 26 Feb 2013 20:13:00 -0000 In-Reply-To: <87obf72d5g.fsf@fleche.redhat.com> (Tom Tromey's message of "Tue, 26 Feb 2013 10:33:31 -0700") Message-ID: <87y5ea25qh.fsf@fleche.redhat.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2.92 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-SW-Source: 2013-q1/txt/msg00019.txt.bz2 Tom> Next I'm going to rename some of my branches. I've done this now. I'll wait until tomorrow to rename all the remaining branches. If you fetch, you can "git prune remote $remote" ($remote usually is "origin" or "archer" for you...) to zap all the dead branches. Tom