Re: git bisect on multiple cores

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Christian Couder
Date: Tuesday, April 8, 2008 - 10:47 pm

Le mercredi 9 avril 2008, Christian Couder a écrit :

In fact, you have to give all the good revisions you have, not just the last 
one. So it should be 

"git bisect start CURRENT-BAD X GOOD1 GOOD2 ..."

or

"git bisect start X GOOD1 GOOD2 ..."

instead of the above.


Above also you must give all the good ones, so it is:

"git bisect start B G1 G2..."


Regards,
Christian.
--
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 on multiple cores, A B, (Tue Apr 8, 3:58 am)
Re: git bisect on multiple cores, David Symonds, (Tue Apr 8, 5:50 am)
Re: git bisect on multiple cores, Christian Couder, (Tue Apr 8, 9:29 pm)
Re: git bisect on multiple cores, Christian Couder, (Tue Apr 8, 10:47 pm)
Re: git bisect on multiple cores, Karl , (Wed Apr 9, 12:17 am)
Re: git bisect on multiple cores, Matthieu Moy, (Wed Apr 9, 1:07 am)
Re: git bisect on multiple cores, Karl , (Wed Apr 9, 1:27 am)