Re: Pulling one commit at a time.

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Matthieu Moy
Date: Monday, August 24, 2009 - 4:07 am

Sanjiv Gupta <sanjiv.gupta@microchip.com> writes:


If so, then you don't need to test every commit. As David mentionned,
"git bisect" is your friend, and will do a binary search, finding the
culprit commit much more efficiently (run the testsuite log(n) times
instead of n times).

OTOH, if you want some kind of quality insurance (i.e. check that
every commit is OK, including the case where a commit introduces a
bug, and the next one fixes it), bisect is rather helpless.

-- 
Matthieu
--
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:
Pulling one commit at a time., Sanjiv Gupta, (Sun Aug 23, 9:48 am)
Re: Pulling one commit at a time., Alex Riesen, (Sun Aug 23, 1:11 pm)
Re: Pulling one commit at a time., Adam Brewster, (Sun Aug 23, 1:17 pm)
Re: Pulling one commit at a time., Sam Vilain, (Sun Aug 23, 1:19 pm)
Re: Pulling one commit at a time., Nanako Shiraishi, (Sun Aug 23, 2:07 pm)
Re: Pulling one commit at a time., Junio C Hamano, (Sun Aug 23, 3:33 pm)
Re: Pulling one commit at a time., Sanjiv Gupta, (Sun Aug 23, 11:22 pm)
Re: Pulling one commit at a time., Kai Blin, (Mon Aug 24, 12:46 am)
Re: Pulling one commit at a time., Sanjiv Gupta, (Mon Aug 24, 12:55 am)
Re: Pulling one commit at a time., Sean Estabrooks, (Mon Aug 24, 1:20 am)
Re: Pulling one commit at a time., Erik Faye-Lund, (Mon Aug 24, 1:20 am)
Re: Pulling one commit at a time., Erik Faye-Lund, (Mon Aug 24, 1:22 am)
Re: Pulling one commit at a time., Matthieu Moy, (Mon Aug 24, 1:28 am)
Re: Pulling one commit at a time., skillzero, (Mon Aug 24, 1:33 am)
Re: Pulling one commit at a time., Matthieu Moy, (Mon Aug 24, 1:41 am)
Re: Pulling one commit at a time., David Aguilar, (Mon Aug 24, 3:22 am)
Re: Pulling one commit at a time., Sanjiv Gupta, (Mon Aug 24, 3:49 am)
Re: Pulling one commit at a time., Matthieu Moy, (Mon Aug 24, 4:07 am)
Re: Pulling one commit at a time., Avery Pennarun, (Mon Aug 24, 11:19 am)
Re: Pulling one commit at a time., Sanjiv Gupta, (Mon Aug 24, 12:08 pm)