From: Jeff King Date: Thu, 20 Jun 2019 07:41:35 +0000 (-0400) Subject: pack-bitmap: convert khash_sha1 maps into kh_oid_map X-Git-Tag: v2.23.0-rc0~66^2~4 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/d2bc62b1fa7f2df247199ed88edff30875ee19bc?hp=d2bc62b1fa7f2df247199ed88edff30875ee19bc pack-bitmap: convert khash_sha1 maps into kh_oid_map 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 Signed-off-by: Junio C Hamano ---