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)
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

1  2 
sha1_name.c
diff --cc sha1_name.c
Simple merge