]> git.ipfire.org Git - thirdparty/git.git/blobdiff - git-bisect.sh
Merge branch 'jt/promisor-pack-fix'
[thirdparty/git.git] / git-bisect.sh
index f03fbb18f00403b2786f5b4cb1b18e30b1e820b2..c7580e51a0f9953b2a68296fedbd3cfe2f7c05e6 100755 (executable)
@@ -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