]> git.99rst.org Git - git.git/commit
odb/source-packed: wire up `for_each_object()` callback
authorPatrick Steinhardt <redacted>
Wed, 17 Jun 2026 06:39:54 +0000 (08:39 +0200)
committerJunio C Hamano <redacted>
Wed, 17 Jun 2026 12:00:00 +0000 (05:00 -0700)
commit7ed53cde288a1e5558acac33f2d89f17b81618e2
treef5afe5ad321a53d2ca4cda98a8fe826b3482282a
parent83f3a2b91b44d4a39bce371a7580b0ad853df8a2
odb/source-packed: wire up `for_each_object()` callback

Move `packfile_store_for_each_object()` and its associated helpers from
"packfile.c" into "odb/source-packed.c" and wire it up as the
`for_each_object()` callback of the "packed" source.

Signed-off-by: Patrick Steinhardt <redacted>
Signed-off-by: Junio C Hamano <redacted>
builtin/cat-file.c
builtin/pack-objects.c
commit-graph.c
odb/source-files.c
odb/source-packed.c
packfile.c
packfile.h
git clone https://git.99rst.org/PROJECT