summaryrefslogtreecommitdiff
path: root/pack-write.c
diff options
context:
space:
mode:
authorNicolas Pitre <nico@cam.org>2008-08-29 20:08:01 (GMT)
committerJunio C Hamano <gitster@pobox.com>2008-08-30 04:51:28 (GMT)
commit8522148f79c29ef8f63688e7186e458a22333224 (patch)
tree6b60d62750d4eb7a573a1744b5999cd31420a645 /pack-write.c
parentac0463ed44e859c84e354cd0ae47d9b5b124e112 (diff)
downloadgit-8522148f79c29ef8f63688e7186e458a22333224.zip
git-8522148f79c29ef8f63688e7186e458a22333224.tar.gz
git-8522148f79c29ef8f63688e7186e458a22333224.tar.bz2
index-pack: use fixup_pack_header_footer()'s validation mode
When completing a thin pack, 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 for both: the original pack and the appended objects. To do so, a couple write_or_die() calls were converted to sha1write() which has the advantage of doing some buffering as well as handling SHA1 and CRC32 checksum already. Signed-off-by: Nicolas Pitre <nico@cam.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'pack-write.c')
0 files changed, 0 insertions, 0 deletions