Git development
 help / color / mirror / Atom feed
From: Linus Torvalds <torvalds@linux-foundation.org>
To: walt <w41ter@gmail.com>
Cc: git@vger.kernel.org
Subject: Re: git-bisect not working correctly in the kvm.git repository?
Date: Mon, 17 Nov 2008 12:34:44 -0800 (PST)	[thread overview]
Message-ID: <alpine.LFD.2.00.0811171230500.18283@nehalem.linux-foundation.org> (raw)
In-Reply-To: <gfsjjp$o42$1@ger.gmane.org>



On Mon, 17 Nov 2008, walt wrote:
> 
> Okay, that's clearly what's happening to me.  The kvm.git repo
> contains hundred of commits just like that.  How would you deal
> with the same situation?  Is git-bisect skip the easiest way?

Yeah. A much fancier alternative is to do a (temporary) branch that 
rewrites the history using the same sub-tree merge strategy, so that you 
can actually build the whole thing in that branch. 

This, btw, is why I asked Chris Mason to not do a subtree merge for the 
btrfs code. I wrote him a helper script to do exactly that with a nice 
index script for 'git filter-branch'. That way his whole tree is nicely 
bisectable when merged into the rest of the kernel.

But that's really a rather bigger thing to do, and I'd suggest that only 
if you really can't find things any other way.

		Linus

  reply	other threads:[~2008-11-17 20:36 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-11-17 17:27 git-bisect not working correctly in the kvm.git repository? walt
2008-11-17 19:34 ` Linus Torvalds
2008-11-17 20:19   ` walt
2008-11-17 20:34     ` Linus Torvalds [this message]
2008-11-18  7:13     ` Johannes Sixt
2008-11-18 20:38       ` Avi Kivity
2008-11-17 19:47 ` Christian Couder
2008-11-17 22:11   ` walt
2008-11-18  5:56     ` Christian Couder

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=alpine.LFD.2.00.0811171230500.18283@nehalem.linux-foundation.org \
    --to=torvalds@linux-foundation.org \
    --cc=git@vger.kernel.org \
    --cc=w41ter@gmail.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