diff options
-rw-r--r-- | using-git.texinfo | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/using-git.texinfo b/using-git.texinfo index e566a5d..69b1f49 100644 --- a/using-git.texinfo +++ b/using-git.texinfo @@ -1058,7 +1058,11 @@ git bisect TEST_SCRIPT [ARGUMENTS...] @end example The test script should exit with 0, if and -only if the commit is good. +only if the commit is good, 125 to skip the +commit, and anything else between 1 and +127, inclusively, if the commmit is bad. +Other values (128–255) are will abort the +bisection. |