LWN.net Logo

Fully automated bisecting with "git bisect run"

Fully automated bisecting with "git bisect run"

Posted Feb 5, 2009 5:58 UTC (Thu) by christian_couder (subscriber, #56350)
In reply to: Fully automated bisecting with "git bisect run" by dtlin
Parent article: Fully automated bisecting with "git bisect run"

Yes this is the idea.

Exit code 125 tells "git bisect" to use "git bisect skip". "git bisect skip" marks the current commit as untestable and checks out another one nearby to be tested.

See the "git bisect" documentation for more information:

http://www.kernel.org/pub/software/scm/git/docs/git-bisec...


(Log in to post comments)

Copyright © 2012, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds