pack-redundant: convert linked lists to use struct object_id
commit6390fe20eba4afb1d70e05714c62be7908ad592a
authorbrian m. carlson <sandals@crustytoothpaste.net>
Wed, 2 May 2018 00:25:45 +0000 (2 00:25 +0000)
committerJunio C Hamano <gitster@pobox.com>
Wed, 2 May 2018 04:59:50 +0000 (2 13:59 +0900)
tree5a0b2eeef7d4281654919f515b7615e1da35720f
parent75691ea3458a9eb9e80f6bdc2cc7c9321a9ac4ab
pack-redundant: convert linked lists to use struct object_id

Convert struct llist_item and the rest of the linked list code to use
struct object_id.  Add a use of GIT_MAX_HEXSZ to avoid a dependency on a
hard-coded constant.

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