X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=git-bisect.sh;h=c28e35b0fa8039f9d9ccf0925c1e17ac79c70dbe;hb=b4100f366c1e5adf3a254cdc6f832aa1a4461053;hp=f03fbb18f00403b2786f5b4cb1b18e30b1e820b2;hpb=5c454b3825777493eada736423db75e8b128dd83;p=thirdparty%2Fgit.git diff --git a/git-bisect.sh b/git-bisect.sh index f03fbb18f0..c28e35b0fa 100755 --- a/git-bisect.sh +++ b/git-bisect.sh @@ -4,7 +4,7 @@ USAGE='[help|start|bad|good|new|old|terms|skip|next|reset|visualize|view|replay| LONG_USAGE='git bisect help print this long help message. git bisect start [--term-{old,good}= --term-{new,bad}=] - [--no-checkout] [ [...]] [--] [...] + [--no-checkout] [--first-parent] [ [...]] [--] [...] reset bisect state and start bisection. git bisect (bad|new) [] mark a known-bad revision/ @@ -153,7 +153,7 @@ bisect_next() { git bisect--helper --bisect-next-check $TERM_GOOD $TERM_BAD $TERM_GOOD|| exit # Perform all bisection computation, display and checkout - git bisect--helper --next-all $(git rev-parse --verify -q BISECT_HEAD > /dev/null && echo --no-checkout) + git bisect--helper --next-all res=$? # Check if we should exit because bisection is finished