X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=git-bisect.sh;h=e313bdea70d0a765106aa42a17a66f01d3d0f7d8;hb=2464456a6ac9216d59d9e2cf0d86fee072f63cf8;hp=10ad340920efb7177df53cb3a209d1a3edd5a039;hpb=9a6682bab5e800465f0a4e44cdf18fe396ff4f6d;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() {