CodependentCodr corrects IE6 width calculation google_ad_section_start(name=default) Friday, August 3, 2012 How did I not ever discover git bisect before today? Git bisect allows you to identify a particular commit which breaks a build, even after development has continued past that commit. So for example, say you: Commit some code which (unknowing to you) happens to break the build You then (not realizing things have gone sideways) continue on doing commits on stuff you're working on You then are about to push your code up to a remote master, so you finally run all those unit tests and realize you broke the build somewhere, but you don't know which commit introduced the problem In a typical environment you'd now have...