]> git.ipfire.org Git - thirdparty/git.git/commit
odb/source-packed: wire up `read_object_stream()` callback
authorPatrick Steinhardt <ps@pks.im>
Wed, 17 Jun 2026 06:39:53 +0000 (08:39 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 17 Jun 2026 12:00:00 +0000 (05:00 -0700)
commit83f3a2b91b44d4a39bce371a7580b0ad853df8a2
tree03b7ff43dac2a0892357c8f81eb113f2c3f5f07b
parent64136a82075331d98fd1315fa957f69acb49885c
odb/source-packed: wire up `read_object_stream()` callback

Wire up the `read_object_stream()` callback for the packed source and
call it in the "files" source via the `odb_source_read_object_stream()`
interface.

Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
odb/source-files.c
odb/source-packed.c
packfile.c
packfile.h