Merge branch 'mh/find-uniq-abbrev'
authorJunio C Hamano <gitster@pobox.com>
Mon, 22 Dec 2014 20:26:57 +0000 (12:26 -0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 22 Dec 2014 20:26:58 +0000 (12:26 -0800)
commit5109f2aaabcd7ce2c493bb663417c2dd4d5b81fe
tree7178b9d85944107b4aacc594682cfdf5c5f81f94
parent2374f1dfd12542d171b60065dc139a96cb0efe29
parent61e704e38a4c3e181403a766c5cf28814e4102e4
Merge branch 'mh/find-uniq-abbrev'

The code to abbreviate an object name to its short unique prefix
has been optimized when no abbreviation was requested.

* mh/find-uniq-abbrev:
  sha1_name: avoid unnecessary sha1 lookup in find_unique_abbrev
sha1_name.c