summaryrefslogtreecommitdiff
path: root/pack-bitmap.h
diff options
context:
space:
mode:
authorJeff King <peff@peff.net>2019-06-20 07:41:35 (GMT)
committerJunio C Hamano <gitster@pobox.com>2019-06-20 17:35:05 (GMT)
commitd2bc62b1fa7f2df247199ed88edff30875ee19bc (patch)
tree1b24a1947864ae3e690422e4a740346c2733fbbc /pack-bitmap.h
parentf8e56da97df846e67508eaf26d11fd007e1b75c1 (diff)
downloadgit-d2bc62b1fa7f2df247199ed88edff30875ee19bc.zip
git-d2bc62b1fa7f2df247199ed88edff30875ee19bc.tar.gz
git-d2bc62b1fa7f2df247199ed88edff30875ee19bc.tar.bz2
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 <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'pack-bitmap.h')
-rw-r--r--pack-bitmap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pack-bitmap.h b/pack-bitmap.h
index ee97922..00de3ec 100644
--- a/pack-bitmap.h
+++ b/pack-bitmap.h
@@ -51,7 +51,7 @@ int reuse_partial_packfile_from_bitmap(struct bitmap_index *,
struct packed_git **packfile,
uint32_t *entries, off_t *up_to);
int rebuild_existing_bitmaps(struct bitmap_index *, struct packing_data *mapping,
- khash_sha1 *reused_bitmaps, int show_progress);
+ kh_oid_map_t *reused_bitmaps, int show_progress);
void free_bitmap_index(struct bitmap_index *);
/*