All of lore.kernel.org
 help / color / mirror / Atom feed
From: Robert Stonehouse <rstonehouse@solarflare.com>
To: git@vger.kernel.org
Subject: Re: git bisect; is there a way to pick only from the children of a given commit
Date: Thu, 02 Jul 2009 12:56:27 +0100	[thread overview]
Message-ID: <4A4CA06B.8090403@solarflare.com> (raw)
In-Reply-To: <BLU0-SMTP20683A1D7E5DEC1370D496AE2E0@phx.gbl>

Sean Estabrooks wrote:
 > On Wed, 1 Jul 2009 17:12:16 +0000 (UTC)
 > Robert Stonehouse <rstonehouse@solarflare.com> wrote:
 >> I was surprised that git bisect was asking me to test commits on the 
featureB
 >> branch. I couldn't test the build target that was broken on branch 
featureB
 >> because it wasn't present in the code at that point.
 >
 > You can exclude the featureB branch by listing at good.  Git will 
know there
 > is no need to test anything on that branch:

In my toy example it is easy to identify featureB branch as being 
independent and marking it as good - but in a real repository it would 
be much harder as they might be many more merges.

I think if I changed my usage of git bisect good and bad to:
   good => build completes
           OR a revision that does not have the new build target
   bad  => new build target fails
then I think it will converge to the problem commit. So perhaps this was 
just an issue of semantics

Thanks for your help

-- 
Rob Stonehouse

  reply	other threads:[~2009-07-02 12:11 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-07-01 17:12 git bisect; is there a way to pick only from the children of a given commit Robert Stonehouse
2009-07-01 18:59 ` Johannes Schindelin
2009-07-01 19:22 ` Sean Estabrooks
2009-07-02 11:56   ` Robert Stonehouse [this message]
2009-07-03  4:42     ` Christian Couder
2009-07-01 20:02 ` Jakub Narebski

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4A4CA06B.8090403@solarflare.com \
    --to=rstonehouse@solarflare.com \
    --cc=git@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.