]> git.ipfire.org Git - thirdparty/git.git/commit - delta-islands.c
delta-islands: convert island_marks khash to use oids
authorJeff King <peff@peff.net>
Thu, 20 Jun 2019 07:41:32 +0000 (03:41 -0400)
committerJunio C Hamano <gitster@pobox.com>
Thu, 20 Jun 2019 17:29:24 +0000 (10:29 -0700)
commitf8e56da97df846e67508eaf26d11fd007e1b75c1
tree178a1f5f98f365803c3882e637d82b90ac15b602
parent8fbb558af4e911a9507295809a4d1d7d6687b6e1
delta-islands: convert island_marks khash to use oids

All of the users of this map have an actual "struct object_id" rather
than a bare sha1. Let's use the more descriptive type (and get one step
closer to dropping khash_sha1 entirely).

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
delta-islands.c