builtin/pack-objects: convert to struct object_id
commit188960b4d68e0b77e31481592b86306a9ce37632
authorbrian m. carlson <sandals@crustytoothpaste.net>
Sun, 15 Oct 2017 22:07:01 +0000 (15 22:07 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 16 Oct 2017 02:05:51 +0000 (16 11:05 +0900)
treece79ac955f2de1240ab261ea11251113d5e0cce7
parent206649672e9cae1af7f1e23ea6648b39d73b71a4
builtin/pack-objects: convert to struct object_id

This is one of the last unconverted callers to peel_ref.  While we're
fixing that, convert the rest of the file, since it will need to be
converted at some point anyway.

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