summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 1207f9e)
raw | patch | inline | side by side (parent: 1207f9e)
author | Christian Couder <chriscool@tuxfamily.org> | |
Sat, 24 Mar 2007 05:32:05 +0000 (06:32 +0100) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Sat, 24 Mar 2007 06:29:29 +0000 (23:29 -0700) |
Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/git-bisect.txt | patch | blob | history |
index 8a42deb32446670f732b682b38d8a2efb07b484a..b2bc58d8513b0c064333d8b0aa357ebcea3ba28f 100644 (file)
------------------------------------------------
$ git bisect start
-$ git bisect bad # Current version is bad
-$ git bisect good v2.6.13-rc2 # v2.6.13-rc2 was the last version
- # tested that was good
+$ git bisect bad # Current version is bad
+$ git bisect good v2.6.13-rc2 # v2.6.13-rc2 was the last version
+ # tested that was good
------------------------------------------------
When you give at least one bad and one good versions, it will bisect