From: Christian Couder Date: Sun, 19 Apr 2009 09:56:07 +0000 (+0200) Subject: bisect--helper: add "--next-exit" to output bisect results X-Git-Tag: v1.6.4-rc0~135^2~16 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/ef24c7ca055f03c673c2b67a3a7c92bcc32f62f0?hp=ef24c7ca055f03c673c2b67a3a7c92bcc32f62f0 bisect--helper: add "--next-exit" to output bisect results The goal of this patch is to port more shell code from the "bisect_next" function in "git-bisect.sh" to C code in "builtin-bisect--helper.c". So we port the code that interprets the bisection result and stops or continues (by checking out the next revision) the bisection process. Signed-off-by: Christian Couder Signed-off-by: Junio C Hamano ---