Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Documentation: bisect: reformat some paragraphs.
author
Christian Couder
<chriscool@tuxfamily.org>
Sat, 24 Mar 2007 05:29:58 +0000
(06:29 +0100)
committer
Junio C Hamano
<junkio@cox.net>
Sat, 24 Mar 2007 06:25:54 +0000
(23:25 -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:
a4e9d71
)
diff --git
a/Documentation/git-bisect.txt
b/Documentation/git-bisect.txt
index b7cd715380442b5af6124e642cdbf0210594c889..a77fbe84848920153d1659cf19b871e0b7420cfa 100644
(file)
--- a/
Documentation/git-bisect.txt
+++ b/
Documentation/git-bisect.txt
@@
-122,17
+122,17
@@
like this:
$ git bisect start arch/i386 include/asm-i386
------------
$ git bisect start arch/i386 include/asm-i386
------------
-If you have a script that can tell if the current
-
source code is good
or bad, you can automatically bisect using:
+If you have a script that can tell if the current
source code is good
+or bad, you can automatically bisect using:
------------
$ git bisect run my_script
------------
------------
$ git bisect run my_script
------------
-Note that the "run" script (`my_script` in the above example)
-should exit with code 0 in
-c
ase the current source code is good and with a code between 1 and 127
-
(included) in case the current source code is
bad.
+Note that the "run" script (`my_script` in the above example)
should
+exit with code 0 in case the current source code is good and with a
+c
ode between 1 and 127 (included) in case the current source code is
+bad.
Any other exit code (a program that does "exit(-1)" leaves $? = 255,
see exit(3) manual page, the value is chopped with "& 0377") will
Any other exit code (a program that does "exit(-1)" leaves $? = 255,
see exit(3) manual page, the value is chopped with "& 0377") will