From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28192 invoked by alias); 8 Nov 2013 18:04:21 -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 6754 invoked by uid 89); 8 Nov 2013 17:51:06 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.5 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RDNS_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no version=3.3.2 X-Spam-User: qpsmtpd, 2 recipients X-HELO: mail-oa0-f50.google.com Received: from Unknown (HELO mail-oa0-f50.google.com) (209.85.219.50) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Fri, 08 Nov 2013 17:49:53 +0000 Received: by mail-oa0-f50.google.com with SMTP id j17so2810500oag.9 for ; Fri, 08 Nov 2013 09:49:46 -0800 (PST) MIME-Version: 1.0 X-Received: by 10.182.87.42 with SMTP id u10mr1977090obz.22.1383932986006; Fri, 08 Nov 2013 09:49:46 -0800 (PST) Received: by 10.76.83.233 with HTTP; Fri, 8 Nov 2013 09:49:45 -0800 (PST) In-Reply-To: <87zjpho390.fsf@fleche.redhat.com> References: <877gd5iyaz.fsf@fleche.redhat.com> <878ux2syxz.fsf@fleche.redhat.com> <874n7qsy8l.fsf@fleche.redhat.com> <87zjpho390.fsf@fleche.redhat.com> Date: Fri, 08 Nov 2013 18:04: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/msg00017.txt.bz2 On Wed, Nov 6, 2013 at 9:21 AM, Tom Tromey wrote: > HJ> Another problem. Checkin no longer shows up in bug report: > HJ> https://sourceware.org/bugzilla/show_bug.cgi?id=16130 > > It was a buglet in post-receive-email. > I've checked in a fix. > > Tom It doesn't work for gas checkin. This commit: https://sourceware.org/git/?p=binutils-gdb.git;a=commit;h=9f4e1fadf3e75b8aa37744d2b06b29f8d6d1ca93 didn't show up in: http://www.sourceware.org/bugzilla/show_bug.cgi?id=16140 -- H.J.