* [PATCH 1/5] Documentation: bisect: reformat some paragraphs.
@ 2007-03-24 5:29 Christian Couder
0 siblings, 0 replies; only message in thread
From: Christian Couder @ 2007-03-24 5:29 UTC (permalink / raw)
To: Junio Hamano; +Cc: git
Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
---
Documentation/git-bisect.txt | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/Documentation/git-bisect.txt b/Documentation/git-bisect.txt
index b7cd715..a77fbe8 100644
--- a/Documentation/git-bisect.txt
+++ b/Documentation/git-bisect.txt
@@ -122,17 +122,17 @@ like this:
$ 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
------------
-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 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
+code 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
--
1.5.1.rc1.14.ge96a-dirty
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2007-03-24 5:22 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-03-24 5:29 [PATCH 1/5] Documentation: bisect: reformat some paragraphs Christian Couder
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).