From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24972 invoked by alias); 8 Nov 2013 17:29:19 -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 1503 invoked by uid 89); 8 Nov 2013 17:22:44 -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-f41.google.com Received: from Unknown (HELO mail-oa0-f41.google.com) (209.85.219.41) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Fri, 08 Nov 2013 17:22:43 +0000 Received: by mail-oa0-f41.google.com with SMTP id g12so1066033oah.0 for ; Fri, 08 Nov 2013 09:22:36 -0800 (PST) MIME-Version: 1.0 X-Received: by 10.60.155.166 with SMTP id vx6mr5683536oeb.28.1383931355786; Fri, 08 Nov 2013 09:22:35 -0800 (PST) Received: by 10.76.83.233 with HTTP; Fri, 8 Nov 2013 09:22:35 -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 17:29: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/msg00016.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. When I pushed a tag, I got thousands of remote: Wide character in print at /sourceware/infra/bin/email-to-bugzilla line 57, line 79285. I had to kill "git push --tags". -- H.J.