Merge branch 'jt/binsearch-with-fanout' into next
authorJunio C Hamano <gitster@pobox.com>
Thu, 8 Feb 2018 23:08:28 +0000 (15:08 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 8 Feb 2018 23:08:28 +0000 (15:08 -0800)
commit86fc3e8104af660d0eddb69be81160f6ef5cd14a
treeaf1b855d117e02523696af6dcf04bd2d8f5692ca
parentd8f074e6fb809bd64ad443ba0ea6f23a6a657d90
parent17188a038ed6ddec19d3f88c7bf5533ca0decf48
Merge branch 'jt/binsearch-with-fanout' into next

Refactor the code to binary search starting from a fan-out table
(which is how the packfile is indexed with object names) into a
reusable helper.

* jt/binsearch-with-fanout:
  packfile: refactor hash search with fanout table
  packfile: remove GIT_DEBUG_LOOKUP log statements
packfile.c