* bisect and gitk happy together
@ 2006-06-12 11:41 Martin Langhoff
2006-06-12 15:10 ` Linus Torvalds
0 siblings, 1 reply; 2+ messages in thread
From: Martin Langhoff @ 2006-06-12 11:41 UTC (permalink / raw)
To: git
I was using git-bisect earlier today, and at the exact point where it
told be about the bad commit, I opened gitk, which was showing all the
bad and good commits. It is great!
Two "user" notes, however:
- git-bisect visualise wasn't as useful as just a plain gitk. (This
may be because I was working with ~60 commits in a medium-sized
project).
- gitk didn't show the bad commit tagged specially, even if
git-bisect had just identified it. Of course I could find it, but I
had all the other good/bad commits well labelled. And not the one I
was looking for. Odd.
In any case, the bisect + gitk combo saved the day. I'm too ashamed to
tell what the bug actually was, though ;-)
martin
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: bisect and gitk happy together
2006-06-12 11:41 bisect and gitk happy together Martin Langhoff
@ 2006-06-12 15:10 ` Linus Torvalds
0 siblings, 0 replies; 2+ messages in thread
From: Linus Torvalds @ 2006-06-12 15:10 UTC (permalink / raw)
To: Martin Langhoff; +Cc: git
On Mon, 12 Jun 2006, Martin Langhoff wrote:
>
> - git-bisect visualise wasn't as useful as just a plain gitk. (This
> may be because I was working with ~60 commits in a medium-sized
> project).
Definitely. Try just firing up gitk when you're bisecting a kernel archive
with thousands of commits, and complex history..
That's when "git bisect visualize" really helps: when git bisect has
already narrowed down the list of commits from "5 years" to "1 week", but
you still have maybe a hundred-odd commits to go.
I agree that just plain "gitk" is actually nicer if you want to see the
whole context. It's just that often the context is pretty damn confusing ;)
> - gitk didn't show the bad commit tagged specially, even if
> git-bisect had just identified it. Of course I could find it, but I
> had all the other good/bad commits well labelled. And not the one I
> was looking for. Odd.
It should be the head of the "bisect" branch, and naturally tagged that
way.
Linus
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-06-12 15:10 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-06-12 11:41 bisect and gitk happy together Martin Langhoff
2006-06-12 15:10 ` Linus Torvalds
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).