sha1_name: convert struct min_abbrev_data to object_id
commit626fd982a3ead1b0aae26c242fbabaaaaf4b6062
authorbrian m. carlson <sandals@crustytoothpaste.net>
Thu, 22 Mar 2018 17:40:08 +0000 (22 13:40 -0400)
committerJunio C Hamano <gitster@pobox.com>
Thu, 22 Mar 2018 18:00:07 +0000 (22 11:00 -0700)
tree12c58fe63551fab315317b09a52584fd760c1320
parent1a750441a7360b29fff7a414649ece1d35acaca6
sha1_name: convert struct min_abbrev_data to object_id

This structure is only written to in one place, where we already have a
struct object_id.  Convert the struct to use a struct object_id instead.

Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
sha1_name.c