Merge branch 'ds/find-unique-abbrev-optim'
authorJunio C Hamano <gitster@pobox.com>
Mon, 6 Nov 2017 05:24:25 +0000 (14:24 +0900)
committerJunio C Hamano <gitster@pobox.com>
Mon, 6 Nov 2017 05:24:25 +0000 (14:24 +0900)
commitcb52b49db526488bd39a6fbfb8f9bdfa70d24802
tree96f9f867d6b5eb1cc90cba2cf4c7aecfc042f327
parentfb4cd88ad47da361e5b1a93dde71c61b9dfa2cd2
parent0e87b85683df145007862d23b5f0773368d66464
Merge branch 'ds/find-unique-abbrev-optim'

Optimize the code to find shortest unique prefix of object names.

* ds/find-unique-abbrev-optim:
  sha1_name: minimize OID comparisons during disambiguation
  sha1_name: parse less while finding common prefix
  sha1_name: unroll len loop in find_unique_abbrev_r()
  p4211-line-log.sh: add log --online --raw --parents perf test
sha1_name.c