From fa8887d109da56178fea093b3ffcf6d9b6690826 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Thu, 22 Aug 2013 12:29:17 +0200 Subject: move on bisection script return codes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- using-git.texinfo | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'using-git.texinfo') 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. -- cgit v1.2.3-70-g09d2