summaryrefslogtreecommitdiff
path: root/ws.c
diff options
context:
space:
mode:
authorJohannes Schindelin <johannes.schindelin@gmx.de>2014-09-10 13:52:51 (GMT)
committerJunio C Hamano <gitster@pobox.com>2014-09-10 20:54:21 (GMT)
commit90a398bbd72477d5d228818db5665fdfcf13431b (patch)
tree12abb9831db62671caa5e8f07f50c79717e95949 /ws.c
parentfe8e3b71805cd13d139b62fa5a0c75387568c9ea (diff)
downloadgit-90a398bbd72477d5d228818db5665fdfcf13431b.zip
git-90a398bbd72477d5d228818db5665fdfcf13431b.tar.gz
git-90a398bbd72477d5d228818db5665fdfcf13431b.tar.bz2
fsck_object(): allow passing object data separately from the object itself
When fsck'ing an incoming pack, we need to fsck objects that cannot be read via read_sha1_file() because they are not local yet (and might even be rejected if transfer.fsckobjects is set to 'true'). For commits, there is a hack in place: we basically cache commit objects' buffers anyway, but the same is not true, say, for tag objects. By refactoring fsck_object() to take the object buffer and size as optional arguments -- optional, because we still fall back to the previous method to look at the cached commit objects if the caller passes NULL -- we prepare the machinery for the upcoming handling of tag objects. The assumption that such buffers are inherently NUL terminated is now wrong, of course, hence we pass the size of the buffer so that we can add a sanity check later, to prevent running past the end of the buffer. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'ws.c')
0 files changed, 0 insertions, 0 deletions