summaryrefslogtreecommitdiffstats
path: root/git-bisect.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@kernel.org>2011-03-20 19:42:22 +0000
committerJunio C Hamano <junio@kernel.org>2011-03-20 19:42:22 +0000
commitd2c978f6be36b38127b58af46e28e3ae590b2d3b (patch)
tree88d8b45014f2b361e18b1aa71f48160ad7f5dc3f /git-bisect.html
parentfa28cb14513978502ac466090afe34c3479fc90b (diff)
downloadgit-htmldocs-d2c978f6be36b38127b58af46e28e3ae590b2d3b.tar.gz
Autogenerated HTML docs for v1.7.4.1-343-ga91df
Diffstat (limited to 'git-bisect.html')
-rw-r--r--git-bisect.html9
1 files changed, 7 insertions, 2 deletions
diff --git a/git-bisect.html b/git-bisect.html
index f7c2bd0d3..db48733ed 100644
--- a/git-bisect.html
+++ b/git-bisect.html
@@ -598,7 +598,12 @@ that a program that terminates via "exit(-1)" leaves $? = 255, (see the
exit(3) manual page), as the value is chopped with "&amp; 0377".</p></div>
<div class="paragraph"><p>The special exit code 125 should be used when the current source code
cannot be tested. If the script exits with this code, the current
-revision will be skipped (see <tt>git bisect skip</tt> above).</p></div>
+revision will be skipped (see <tt>git bisect skip</tt> above). 125 was chosen
+as the highest sensible value to use for this purpose, because 126 and 127
+are used by POSIX shells to signal specific error status (127 is for
+command not found, 126 is for command found but not executable---these
+details do not matter, as they are normal errors in the script, as far as
+"bisect run" is concerned).</p></div>
<div class="paragraph"><p>You may often find that during a bisect session you want to have
temporary modifications (e.g. s/#define DEBUG 0/#define DEBUG 1/ in a
header file, or "revision that does not have this commit needs this
@@ -699,7 +704,7 @@ $ git bisect run sh -c "make || exit 125; ~/check_test_case.sh"</tt></pre>
</div>
<div id="footer">
<div id="footer-text">
-Last updated 2011-03-15 23:30:13 UTC
+Last updated 2011-03-20 19:41:42 UTC
</div>
</div>
</body>