pack-bitmap: convert khash_sha1 maps into kh_oid_map
authorJeff King <peff@peff.net>
Thu, 20 Jun 2019 07:41:35 +0000 (03:41 -0400)
committerJunio C Hamano <gitster@pobox.com>
Thu, 20 Jun 2019 17:35:05 +0000 (10:35 -0700)
All of the users of our khash_sha1 maps actually have a "struct
object_id". Let's use the more descriptive type.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found