Re: git bisect goes wild?

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Jan Kara
Date: Tuesday, February 24, 2009 - 1:04 pm

On Tue 24-02-09 14:46:09, Daniel Barkalow wrote:
  Yes, thanks for explanation. I've figured it out as well after reading
the posted link. What makes me a bit afraid is that bugs (or especially
performance regression, which is what I'm hunting right now) can be caused
by interference of two independent changes. I.e., in a situation like:
  A-B-C-D
   \_E_/

  if I start bisecting between B and D and the problem happens only when
both C and E are merged, then the best what I can end up with is that the
merge-commit is what causes the regression, isn't it? Which is sometimes
useless when the merge commit is a merge of some branch with 1000
patches...
  So it might be useful if git-bisect had a "linear" mode - we would first
create a linear history of commits and then bisect in it. Now I understand
that this is not always possible (sometimes changes would not apply) but it
should be possible when merges are trivial (i.e., all commits apply cleanly
to the source just before the merge commit - and this is quite often the
case at least with the Linux kernel). Just my 2 cents.

								Honza
-- 
Jan Kara <jack@suse.cz>
SUSE Labs, CR
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
git bisect goes wild?, Jan Kara, (Tue Feb 24, 11:44 am)
Re: git bisect goes wild?, Peter Harris, (Tue Feb 24, 11:59 am)
Re: git bisect goes wild?, Jan Kara, (Tue Feb 24, 12:10 pm)
Re: git bisect goes wild?, Teemu Likonen, (Tue Feb 24, 12:14 pm)
Re: git bisect goes wild?, Jan Kara, (Tue Feb 24, 12:28 pm)
Re: git bisect goes wild?, Daniel Barkalow, (Tue Feb 24, 12:46 pm)
Re: git bisect goes wild?, Jan Kara, (Tue Feb 24, 1:04 pm)
Re: git bisect goes wild?, Daniel Barkalow, (Tue Feb 24, 2:15 pm)