From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27596 invoked by alias); 6 Nov 2013 17:02:59 -0000 Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org Received: (qmail 27574 invoked by uid 89); 6 Nov 2013 17:02:58 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=0.8 required=5.0 tests=AWL,BAYES_50,FREEMAIL_FROM,RDNS_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no version=3.3.2 X-Spam-User: qpsmtpd, 2 recipients X-HELO: mail-ob0-f176.google.com Received: from Unknown (HELO mail-ob0-f176.google.com) (209.85.214.176) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Wed, 06 Nov 2013 17:01:57 +0000 Received: by mail-ob0-f176.google.com with SMTP id uy5so10264227obc.7 for ; Wed, 06 Nov 2013 09:01:49 -0800 (PST) MIME-Version: 1.0 X-Received: by 10.182.142.229 with SMTP id rz5mr3448613obb.12.1383757308790; Wed, 06 Nov 2013 09:01:48 -0800 (PST) Received: by 10.76.83.233 with HTTP; Wed, 6 Nov 2013 09:01:48 -0800 (PST) In-Reply-To: <874n7qsy8l.fsf@fleche.redhat.com> References: <877gd5iyaz.fsf@fleche.redhat.com> <878ux2syxz.fsf@fleche.redhat.com> <874n7qsy8l.fsf@fleche.redhat.com> Date: Wed, 06 Nov 2013 17:02:00 -0000 Message-ID: Subject: Re: git is live From: "H.J. Lu" To: Tom Tromey Cc: GDB Development , Binutils Development Content-Type: text/plain; charset=ISO-8859-1 X-SW-Source: 2013-11/txt/msg00006.txt.bz2 On Tue, Nov 5, 2013 at 6:46 AM, Tom Tromey wrote: > Tom> I'm looking into the bug. > > I checked in a patch which should fix at least the second instance and > the "dirname" thing. I made post-receive-email only use the fallback > list for branch creation and deletion, which seemed reasonable to me. > > Tom Another problem. Checkin no longer shows up in bug report: https://sourceware.org/bugzilla/show_bug.cgi?id=16130 -- H.J.