git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jonathan Nieder <jrnieder@gmail.com>
To: "Toralf Förster" <toralf.foerster@gmx.de>
Cc: "git@vger.kernel.org" <git@vger.kernel.org>
Subject: Re: why doesn't "git bisect visualize" show all commit ids from the bisect log
Date: Fri, 20 Sep 2013 11:22:32 -0700	[thread overview]
Message-ID: <20130920182232.GA30039@google.com> (raw)
In-Reply-To: <523C8F0C.6050203@gmx.de>

Hi Toralf,

Toralf Förster wrote:

> When run that command immediate after "git bisect start" somebody sees
> the full commit range as defined in "git bisect start".
>
> However running that command later after few git bisect steps" somebody
> is just presented with the remaining commit interval.
>
> Is this intended ?

"git bisect visualize" is meant as a tool to pin down the culprit
commit that produced a regression.  Sometimes after a few steps the
problematic commit is obvious, which can save some test cycles.

If you want to see the list of commits tested so far, "git bisect log"
can help.  To see the entire bisection state, even outside the
regression window, any old "gitk foo..bar" command will do --- the
bisection state is kept in bisect/* refs that show up in blue.

Can you say a little more about what you're trying to do?  Is the goal
to have a nice visualization of what "git bisect log" shows?  (I'm not
aware of any such tool, and I agree it would be a nice thing.)

Hope that helps,
Jonathan

  reply	other threads:[~2013-09-20 18:22 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-09-20 18:08 why doesn't "git bisect visualize" show all commit ids from the bisect log Toralf Förster
2013-09-20 18:22 ` Jonathan Nieder [this message]
2013-09-20 18:47   ` Toralf Förster

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=20130920182232.GA30039@google.com \
    --to=jrnieder@gmail.com \
    --cc=git@vger.kernel.org \
    --cc=toralf.foerster@gmx.de \
    /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;
as well as URLs for NNTP newsgroup(s).