Thread overview
[dmd-internals] git bisect
Feb 06, 2011
Walter Bright
Feb 06, 2011
Jason House
Feb 06, 2011
Brad Roberts
February 05, 2011
http://www.kernel.org/pub/software/scm/git/docs/git-bisect.html

This looks to automate something I've done by hand forever.
February 05, 2011
I had not heard of that feature of git before. That's very cool.

Sent from my iPhone

On Feb 5, 2011, at 8:46 PM, Walter Bright <walter at digitalmars.com> wrote:

> http://www.kernel.org/pub/software/scm/git/docs/git-bisect.html
> 
> This looks to automate something I've done by hand forever.
> _______________________________________________
> dmd-internals mailing list
> dmd-internals at puremagic.com
> http://lists.puremagic.com/mailman/listinfo/dmd-internals
February 05, 2011
On 2/5/2011 5:46 PM, Walter Bright wrote:
> http://www.kernel.org/pub/software/scm/git/docs/git-bisect.html
> 
> This looks to automate something I've done by hand forever.
> _______________________________________________
> dmd-internals mailing list
> dmd-internals at puremagic.com
> http://lists.puremagic.com/mailman/listinfo/dmd-internals

Yes, it's very cool.  I've used it with dmd in the past.  It's very handy for hunting down which submit introduced a bug.