git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* bisect help
@ 2006-06-27 20:13 Martin Hicks
  2006-06-27 21:31 ` Junio C Hamano
  0 siblings, 1 reply; 5+ messages in thread
From: Martin Hicks @ 2006-06-27 20:13 UTC (permalink / raw)
  To: git


I've got a use-case that I can't figure out.  The problem:

- I have a tree with 2.6.17 + changes to make my target board work.
- SATA works as of 2.6.17, but stops working in the libata dev tree.

I want to do a bisect on this to figure out why.  I think the problem is
that the common ancestor between the two trees is 2.6.17, and when I
bisect I don't have any of my arch-specific changes still in the tree
(so the kernel doesn't boot, but not for SATA reasons)

I have my tree in "master", Jeff's SATA tree in "satadev".  I've tried a
few things like:

git checkout -b garbage master
git pull . satadev			# to get all the sata changes
git bisect start
git bisect bad
git bisect good master

but it seems like this causes the bisect to happen between the common
ancestor (v2.6.17) and the merge of master & satadev.

help!
thanks
mh

-- 
Martin Hicks || mort@bork.org || PGP/GnuPG: 0x4C7F2BEE

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

end of thread, other threads:[~2006-06-27 22:59 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-06-27 20:13 bisect help Martin Hicks
2006-06-27 21:31 ` Junio C Hamano
2006-06-27 22:04   ` Jeff King
2006-06-27 22:41     ` Junio C Hamano
2006-06-27 22:59       ` Martin Hicks

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).