From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9240 invoked by alias); 24 Jan 2014 16:02:49 -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 9231 invoked by uid 89); 24 Jan 2014 16:02:49 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.0 required=5.0 tests=AWL,BAYES_00,SPF_SOFTFAIL autolearn=no version=3.3.2 X-HELO: mtaout28.012.net.il Received: from mtaout28.012.net.il (HELO mtaout28.012.net.il) (80.179.55.184) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 24 Jan 2014 16:02:47 +0000 Received: from conversion-daemon.mtaout28.012.net.il by mtaout28.012.net.il (HyperSendmail v2007.08) id <0MZW00C00XEL5A00@mtaout28.012.net.il> for gdb-patches@sourceware.org; Fri, 24 Jan 2014 18:04:05 +0200 (IST) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by mtaout28.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MZW00DQ8XYS6610@mtaout28.012.net.il>; Fri, 24 Jan 2014 18:04:05 +0200 (IST) Date: Fri, 24 Jan 2014 16:02:00 -0000 From: Eli Zaretskii Subject: Re: reject merges on gdb release branches? In-reply-to: To: "H.J. Lu" Cc: brobecker@adacore.com, will.newton@linaro.org, ricard.wanderlof@axis.com, gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83mwilcqqk.fsf@gnu.org> References: <20140124080703.GL4762@adacore.com> <83eh3xep43.fsf@gnu.org> <83a9eleksf.fsf@gnu.org> <838uu5eju2.fsf@gnu.org> <20140124105807.GM4762@adacore.com> <837g9peirg.fsf@gnu.org> <20140124113014.GN4762@adacore.com> <8361p9ehht.fsf@gnu.org> <20140124115548.GO4762@adacore.com> <83wqhpcv4z.fsf@gnu.org> <83ob31crka.fsf@gnu.org> X-IsSubscribed: yes X-SW-Source: 2014-01/txt/msg00944.txt.bz2 > Date: Fri, 24 Jan 2014 07:49:08 -0800 > From: "H.J. Lu" > Cc: Joel Brobecker , Will Newton , > ricard.wanderlof@axis.com, GDB > > How can you do "git bisect" with merged commits? I Like this: https://gist.github.com/canton7/3737126 And in any case, if somehow this is not your case, you can always start a new bisect with the commits on the branch as start and end points.