git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* git bisect Vs branch
@ 2009-10-22 15:48 Grégory Romé
  2009-10-22 16:50 ` Santi Béjar
  0 siblings, 1 reply; 7+ messages in thread
From: Grégory Romé @ 2009-10-22 15:48 UTC (permalink / raw)
  To: git

Considering the following story what is the method to find the 
regression with bisect?

I cloned a git repository (origin) which derives from another one 
(first-origin). A merge is done from first-origin to origin at each 
stable release (identified by a tag).

first-origin/master  *---A---------B-----------------------C-
                          \         \                       \     
origin/master              ----------B'----------U-----------C'-
                                      \           \           \   
master                                 ------------U'----------C''-

Now, after that I merged C' I fixed the conflicts and compiled without 
error but I have a regression. It could come from any commit between B 
and C or U and C', and I need to modify my code to correct the issue.

I would like to find the commit which introduce this regression by using 
git bisect but as the history is not linear it is not so easy (1). It 
though to create a linear history but I have no idea how to proceed...

Thanks,
Grégory

(1) 
http://www.kernel.org/pub/software/scm/git/docs/user-manual.html#bisect-merges

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

end of thread, other threads:[~2009-10-23 18:29 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-22 15:48 git bisect Vs branch Grégory Romé
2009-10-22 16:50 ` Santi Béjar
2009-10-23  7:09   ` Grégory Romé
2009-10-23  8:34     ` Johannes Sixt
2009-10-23  9:24       ` Grégory Romé
2009-10-23 16:31         ` Daniel Barkalow
2009-10-23 18:29     ` Junio C Hamano

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