Merge branch 'jt/binsearch-with-fanout'
commitf2fcbeb3bf2dfc198e9727d7c5fec15fa7a00a5c
authorJunio C Hamano <gitster@pobox.com>
Tue, 27 Feb 2018 18:34:03 +0000 (27 10:34 -0800)
committerJunio C Hamano <gitster@pobox.com>
Tue, 27 Feb 2018 18:34:03 +0000 (27 10:34 -0800)
tree0798cdd80a1645f4d638b89cb9f4da0e775a2556
parent9dc254b7adb5c44b0158ab125bd4d4a66cc675fa
parentb4e00f7306a160639f047b3421985e8f3d0c6fb1
Merge branch 'jt/binsearch-with-fanout'

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