diff options
author | Mattias Andrée <maandree@operamail.com> | 2013-08-22 12:29:17 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2013-08-22 12:29:17 +0200 |
commit | fa8887d109da56178fea093b3ffcf6d9b6690826 (patch) | |
tree | 74bf9f2c7cdb973b16bd9af2d8d982a2de4611f7 /using-git.texinfo | |
parent | typo (diff) | |
download | using-git-fa8887d109da56178fea093b3ffcf6d9b6690826.tar.gz using-git-fa8887d109da56178fea093b3ffcf6d9b6690826.tar.bz2 using-git-fa8887d109da56178fea093b3ffcf6d9b6690826.tar.xz |
move on bisection script return codes
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'using-git.texinfo')
-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. |