From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26792 invoked by alias); 19 Aug 2011 22:08:11 -0000 Received: (qmail 26784 invoked by uid 22791); 19 Aug 2011 22:08:10 -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 22:07:56 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id ACAC32BB364; Fri, 19 Aug 2011 18:07:55 -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 tV1fLrgXJ2HH; Fri, 19 Aug 2011 18:07:55 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 83E072BB341; Fri, 19 Aug 2011 18:07:55 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id A47F8145615; Fri, 19 Aug 2011 18:07:46 -0400 (EDT) Date: Fri, 19 Aug 2011 22:08:00 -0000 From: Joel Brobecker To: Andreas Schwab Cc: gdb-patches@sourceware.org Subject: Re: Add missing branchpoints to gdb.git? Message-ID: <20110819220746.GC11620@adacore.com> References: <20110819180206.GA11620@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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/msg00382.txt.bz2 > > gdb_7_2-2010-07-07-branchpoint: cd4c6c46d781fe20f1a73c9e07c0fbc05bfc8a0c > > gdb_7_1-2010-02-18-branchpoint: e16b3828eafec635405cc34beb8f08db117d7331 > > gdb_7_0-2009-09-16-branchpoint: a4a5c910c73f0bf2b7d063912274461838139423 > > Actually, the real branch points are > b2f5cf460a3e550ab4032be1a90c752c0b9bdd9f, > 9a4b7643da53df33552a50d9f02ddf5be5aef883, > fe78766a0c9eea331e2a1799027f2f7c8e990ff8, resp. How did you come up with those commit IDs? I used `git merge-base', and looking at the output, it seemed right. For instance, for the 7.2 branchpoint, I had cd4c6c46d781fe20f1a73c9e07c0fbc05bfc8a0c, which in fact is a parent of the commit you are proposing. And since git confirms that my commit is on the master branch as well, I figured it has to be a more likely branchpoint? -- Joel