author | Nicolas Pitre <nico@cam.org> | |
Fri, 29 Aug 2008 20:08:00 +0000 (16:08 -0400) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sat, 30 Aug 2008 04:51:27 +0000 (21:51 -0700) | ||
commit | ac0463ed44e859c84e354cd0ae47d9b5b124e112 | |
tree | 74ad345fc9f75b27cc6d553daf9b8825279079e6 | tree | snapshot |
parent | abeb40e5aa5b4a39799ae1caad241c8c7708053a | commit | diff |
pack-objects: use fixup_pack_header_footer()'s validation mode
When limiting the pack size, a new header has to be written to the
pack and a new SHA1 computed. Make sure that the SHA1 of what is being
read back matches the SHA1 of what was written.
Signed-off-by: Nicolas Pitre <nico@cam.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
When limiting the pack size, a new header has to be written to the
pack and a new SHA1 computed. Make sure that the SHA1 of what is being
read back matches the SHA1 of what was written.
Signed-off-by: Nicolas Pitre <nico@cam.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-pack-objects.c | diff | blob | history | |
csum-file.c | diff | blob | history |