Git development
 help / color / mirror / Atom feed
From: Christian Couder <chriscool@tuxfamily.org>
To: Johannes Schindelin <Johannes.Schindelin@gmx.de>
Cc: Junio C Hamano <gitster@pobox.com>, git@vger.kernel.org
Subject: Re: [RFC/PATCH 1/2] bisect: add "git bisect replace" subcommand
Date: Sun, 2 Nov 2008 12:20:09 +0100	[thread overview]
Message-ID: <200811021220.09439.chriscool@tuxfamily.org> (raw)
In-Reply-To: <alpine.DEB.1.00.0811020515370.22125@pacific.mpi-cbg.de.mpi-cbg.de>

Hi,

Le dimanche 2 novembre 2008, Johannes Schindelin a écrit :
> Hi,
>
> On Sun, 2 Nov 2008, Christian Couder wrote:
> > This new subcommand should be used when you have a branch or a part of
> > a branch that isn't easily bisectable because at some point, say A, a
> > bug as been introduced. The bug has been fixed latter at another point,
> > say B, but between these points the code is not easily testable because
> > of the bug, so it's not easy to bisect between these points.
>
> Would it not be more intuitive to have support for
>
> 	git bisect skip A..B
>
> ?

We can have both. "bisect skip" is about not being able or wanting to test 
some commits and "bisect replace" is about testing using fixed up branches 
(that you can share with others) instead of branches that you can't test.

When working on big projects where many people are often bisecting (like the 
Linux kernel), then having shared "bisect-replace" branches (and tags) 
might save a lot of time to all people bisecting, as they will not have to 
often skip the same commits or maintain sets of patches to apply when 
bisecting.

Thanks,
Christian.

      reply	other threads:[~2008-11-02 11:18 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-11-02  1:19 [RFC/PATCH 1/2] bisect: add "git bisect replace" subcommand Christian Couder
2008-11-02  4:16 ` Johannes Schindelin
2008-11-02 11:20   ` Christian Couder [this message]

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=200811021220.09439.chriscool@tuxfamily.org \
    --to=chriscool@tuxfamily.org \
    --cc=Johannes.Schindelin@gmx.de \
    --cc=git@vger.kernel.org \
    --cc=gitster@pobox.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox