]> git.ipfire.org Git - thirdparty/git.git/commit - builtin/index-pack.c
builtin/index-pack: convert struct ref_delta_entry to object_id
authorbrian m. carlson <sandals@crustytoothpaste.net>
Mon, 12 Mar 2018 02:27:37 +0000 (02:27 +0000)
committerJunio C Hamano <gitster@pobox.com>
Wed, 14 Mar 2018 16:23:48 +0000 (09:23 -0700)
commitaf8caf33d5ac055addff3971747898799c21557c
tree0ac9ebf0aac0cf1a20d2edfa100ed0dc45381ef7
parente5ec981a4b1d5a3159945f75f600bcf3764e1874
builtin/index-pack: convert struct ref_delta_entry to object_id

Convert this struct to use a member of type object_id.  Convert various
static functions as well.

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