fix unimplemented packed_object_info_detail() features
commit70f5d5d31cbf0ba273083805124ad67135142527
authorNicolas Pitre <nico@cam.org>
Thu, 28 Feb 2008 05:25:19 +0000 (28 00:25 -0500)
committerJunio C Hamano <gitster@pobox.com>
Sat, 1 Mar 2008 09:44:46 +0000 (1 01:44 -0800)
treedf1b87792491cef00f2e509ae93252ea00ab130e
parent340814636dde3cbd2e461b12f9ae832d2100766a
fix unimplemented packed_object_info_detail() features

Since commit eb32d236df0c16b936b04f0c5402addb61cdb311, there was a TODO
comment in packed_object_info_detail() about the SHA1 of base object to
OBJ_OFS_DELTA objects.  So here it is at last.

While at it, providing the actual storage size information as well is now
trivial.

Signed-off-by: Nicolas Pitre <nico@cam.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
pack-check.c
sha1_file.c