Git development
 help / color / mirror / Atom feed
* git bisect enhancements?
@ 2005-11-30 21:36 Jon Loeliger
  2005-11-30 22:04 ` Junio C Hamano
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Jon Loeliger @ 2005-11-30 21:36 UTC (permalink / raw)
  To: Git List

Guys,

So, I'm in the middle of a Git Bisect War.
It all worked around 2.6.13-rc3 time, and doesn't now.

So I launched into some bisecting, and it is all going
pretty smoothly so far.  But I think there is an obvious
enhancement that I would like to propose for discussion.

First, the problem I'm seeing is that the current top
of tree hangs an mpc8555_cds_defconfig build.  Bummer.
Doesn't get past the traditional "uncompressing image..."
message.

Two or three "good builds" into things, it proposes a
new build at a272e24cc8751d125f9582befed0213a2a2b270f.
Which I build and don't quite boot.  It hangs after
the IDE probe, and before the i2c probe.  Bummer.

These are not bugs I was looking for.  Move along.

So I lie and claim "git bisect good", making a *scratch* note
of where the "git bisect log" seems to think I am so that
I might come back here and claim "git bisect bad" later.

The _next_ proposed split is at
a272e24cc8751d125f9582befed0213a2a2b270f
where I can clearly see using "git bisect visualize" that
a much better, perhaps more quiescent choice is two commits
later.  The proposed bisect location is in the middle of
a series of commits from paulus tinkering with the PPC
merge tree.  Two commits later, though, Linus has merged
it in totally.  It will be less "in the middle" of things
and more quiescent.  I want to "bump" the bisect point
up two commits and _then_ build.

So, I'm proposing something like:

    $ git bisect bump +<n>
    $ git bisect bump -<n>

To move the bisection point "up" or "down" a commit chain.

Am I off in the weeds?

Thanks,
jdl

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2005-11-30 23:32 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-11-30 21:36 git bisect enhancements? Jon Loeliger
2005-11-30 22:04 ` Junio C Hamano
2005-11-30 22:07   ` Jon Loeliger
2005-11-30 22:23     ` Junio C Hamano
2005-11-30 22:43 ` Junio C Hamano
2005-11-30 23:32 ` Linus Torvalds

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox