Ignore all man sections as they are generated files.
[gitweb.git] / 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