pack-redundant: convert linked lists to use struct object_id
authorbrian m. carlson <redacted>
Wed, 2 May 2018 00:25:45 +0000 (00:25 +0000)
committerJunio C Hamano <redacted>
Wed, 2 May 2018 04:59:50 +0000 (13:59 +0900)
commit6390fe20eba4afb1d70e05714c62be7908ad592a
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 <redacted>
Signed-off-by: Junio C Hamano <redacted>
builtin/pack-redundant.c
git clone https://git.99rst.org/PROJECT