summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: e4fe4b8)
raw | patch | inline | side by side (parent: e4fe4b8)
author | Nicolas Pitre <nico@cam.org> | |
Wed, 27 Sep 2006 19:30:21 +0000 (15:30 -0400) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Wed, 27 Sep 2006 19:35:19 +0000 (12:35 -0700) |
Signed-off-by: Nicolas Pitre <nico@cam.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
builtin-pack-objects.c | patch | blob | history |
diff --git a/builtin-pack-objects.c b/builtin-pack-objects.c
index 6db97b685fe15cfc3321125c71e9ce322293f7f9..16e98f3f3f7303aaf613e4e17b317b2f6a975580 100644 (file)
--- a/builtin-pack-objects.c
+++ b/builtin-pack-objects.c
+ entry->in_pack_header_size;
datalen = find_packed_object_size(p, entry->in_pack_offset)
- entry->in_pack_header_size;
-//fprintf(stderr, "reusing %d at %d header %d size %d\n", obj_type, entry->in_pack_offset, entry->in_pack_header_size, datalen);
if (!pack_to_stdout && check_inflate(buf, datalen, entry->size))
die("corrupt delta in pack %s", sha1_to_hex(entry->sha1));
sha1write(f, buf, datalen);