author | Nicolas Pitre <nico@cam.org> | |
Thu, 28 Feb 2008 05:25:19 +0000 (00:25 -0500) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sat, 1 Mar 2008 09:44:46 +0000 (01:44 -0800) | ||
commit | 70f5d5d31cbf0ba273083805124ad67135142527 | |
tree | df1b87792491cef00f2e509ae93252ea00ab130e | tree | snapshot |
parent | 340814636dde3cbd2e461b12f9ae832d2100766a | commit | diff |
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>
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 | diff | blob | history | |
sha1_file.c | diff | blob | history |