]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'sg/bisect-approximately-halfway'
authorJunio C Hamano <gitster@pobox.com>
Wed, 25 Nov 2020 23:24:52 +0000 (15:24 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 25 Nov 2020 23:24:52 +0000 (15:24 -0800)
commit2557c1183a6c6025bc0dd6ebd84354064bb398ec
treed5d59c46c932cf33c40929d6962d636ce24a799c
parentfd6445a0b8346d0dea6482af682f2116229f6436
parent0afcea70b18b0edc38e2e1b89d36737c9e93d6a3
Merge branch 'sg/bisect-approximately-halfway'

"git bisect start/next" in a large span of history spends a lot of
time trying to come up with exactly the half-way point; this can be
optimized by stopping when we see a commit that is close enough to
the half-way point.

* sg/bisect-approximately-halfway:
  bisect: loosen halfway() check for a large number of commits
bisect.c