From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 59381 invoked by alias); 3 Jun 2016 18:03:26 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 59367 invoked by uid 89); 3 Jun 2016 18:03:25 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.9 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_NONE autolearn=no version=3.3.2 spammy= X-HELO: rock.gnat.com Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Fri, 03 Jun 2016 18:03:15 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id C8BF7116AA5; Fri, 3 Jun 2016 14:03:13 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id ck2eCN+HkCPr; Fri, 3 Jun 2016 14:03:13 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 913E61168A6; Fri, 3 Jun 2016 14:03:13 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 85591428FB; Fri, 3 Jun 2016 11:03:11 -0700 (PDT) Date: Fri, 03 Jun 2016 18:03:00 -0000 From: Joel Brobecker To: Pedro Alves Cc: Jon Turney , gdb-patches@sourceware.org Subject: Re: [PATCH] Fix C++ build for Cygwin Message-ID: <20160603180311.GC3769@adacore.com> References: <20160602141457.7608-1-jon.turney@dronecode.org.uk> <1988579a-b74b-34c5-f7ab-6bb8f6bbfdd5@dronecode.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) X-SW-Source: 2016-06/txt/msg00066.txt.bz2 > >> Seems like you also created a "2.24.51.20140326" tag at > >> the same time? > >> > >> https://sourceware.org/ml/gdb-cvs/2016-06/msg00012.html > > > > Yes. > > > > I guess turning on push.followTags globally wasn't such a good idea. > > > > It seems I cannot remove this tag, please do so. > > I believe this needs to be done server-side. Joel, can you > do this? Of course, done! For the record: % git tag -d 2.24.51.20140326 Deleted tag '2.24.51.20140326' (was de7067d) -- Joel