X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=git-bisect.sh;h=e313bdea70d0a765106aa42a17a66f01d3d0f7d8;hb=89a56bfbd3fd855cb0c2a381520e6255de41a55e;hp=10ad340920efb7177df53cb3a209d1a3edd5a039;hpb=8af95ca0174f05344e36d05b61844c8af4764b92;p=git.git diff --git a/git-bisect.sh b/git-bisect.sh index 10ad34092..e313bdea7 100755 --- a/git-bisect.sh +++ b/git-bisect.sh @@ -512,7 +512,7 @@ bisect_next() { # commit is also a "skip" commit (see above). exit_if_skipped_commits "$bisect_rev" - bisect_checkout "$bisect_rev" "$bisect_nr revisions left to test after this" + bisect_checkout "$bisect_rev" "$bisect_nr revisions left to test after this (roughly $bisect_steps steps)" } bisect_visualize() {