Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Documentation: bisect: make a comment fit better in the man page.
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>
Documentation/git-bisect.txt
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
1207f9e
)
diff --git
a/Documentation/git-bisect.txt
b/Documentation/git-bisect.txt
index 8a42deb32446670f732b682b38d8a2efb07b484a..b2bc58d8513b0c064333d8b0aa357ebcea3ba28f 100644
(file)
--- a/
Documentation/git-bisect.txt
+++ b/
Documentation/git-bisect.txt
@@
-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