Browse Source

Documentation: bisect: make a comment fit better in the man page.

Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
maint
Christian Couder 18 years ago committed by Junio C Hamano
parent
commit
6cea055547
  1. 6
      Documentation/git-bisect.txt

6
Documentation/git-bisect.txt

@ -35,9 +35,9 @@ The way you use it is: @@ -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

Loading…
Cancel
Save