Re: Pulling one commit at a time.

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Avery Pennarun
Date: Monday, August 24, 2009 - 11:19 am

On Mon, Aug 24, 2009 at 6:22 AM, Sanjiv Gupta<sanjiv.gupta@microchip.com> wrote:

Hi Sanjiv,

'git bisect' is an even better way to do this, in my experience.  I
wrote a program (http://github.com/apenwarr/gitbuilder/) that
automatically runs regression tests against all the new versions on
all the new branches.  It then publishes the results on a web page and
via RSS.

gitbuilder does take a shortcut: if commit x passes and commit x+10
passes, it doesn't bother to test commit x+1..9.  However, if x+10
fails, it bisects automatically to find the first commit that caused a
failure.  You could disable this shortcut easily enough, however.

Have fun,

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