Code

Documentation: bisect: make a comment fit better in the man page.
authorChristian Couder <chriscool@tuxfamily.org>
Sat, 24 Mar 2007 05:32:05 +0000 (06:32 +0100)
committerJunio 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>
Documentation/git-bisect.txt

index 8a42deb32446670f732b682b38d8a2efb07b484a..b2bc58d8513b0c064333d8b0aa357ebcea3ba28f 100644 (file)
@@ -35,9 +35,9 @@ The way you use it is:
 
 ------------------------------------------------
 $ 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