From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6720 invoked by alias); 19 Aug 2011 18:02:31 -0000 Received: (qmail 6710 invoked by uid 22791); 19 Aug 2011 18:02:30 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 19 Aug 2011 18:02:15 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id CC3812BAEB2 for ; Fri, 19 Aug 2011 14:02:14 -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 MThATrrnqRIH for ; Fri, 19 Aug 2011 14:02:14 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 9DE592BAE9A for ; Fri, 19 Aug 2011 14:02:14 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 2D718145615; Fri, 19 Aug 2011 14:02:06 -0400 (EDT) Date: Fri, 19 Aug 2011 18:02:00 -0000 From: Joel Brobecker To: gdb-patches@sourceware.org Subject: Add missing branchpoints to gdb.git? Message-ID: <20110819180206.GA11620@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.20 (2009-06-14) 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 X-SW-Source: 2011-08/txt/msg00378.txt.bz2 Hello, While working with the gdb git mirror, I noticed that it was missing 3 branchpoints. I was using a script that needs them, so I created the tags in my repo. Should we create the tags in the reference git mirror as well? Here are the associated SHA1s... gdb_7_2-2010-07-07-branchpoint: cd4c6c46d781fe20f1a73c9e07c0fbc05bfc8a0c gdb_7_1-2010-02-18-branchpoint: e16b3828eafec635405cc34beb8f08db117d7331 gdb_7_0-2009-09-16-branchpoint: a4a5c910c73f0bf2b7d063912274461838139423 I would gladly create them, except that I don't think I have write priviledges... Tom, maybe? -- Joel