]> git.ipfire.org Git - thirdparty/git.git/commit
odb/source: introduce generic object counting
authorPatrick Steinhardt <ps@pks.im>
Thu, 12 Mar 2026 08:43:00 +0000 (09:43 +0100)
committerJunio C Hamano <gitster@pobox.com>
Thu, 12 Mar 2026 15:38:42 +0000 (08:38 -0700)
commitb259f2175b0ccd5574fc6b06b8ec5cbeaa860610
tree62a0f6dae02ca80a874f08c5adb694d202b59222
parent2b24db1110150138ac1e09bc60d9ae5245909625
odb/source: introduce generic object counting

Introduce generic object counting on the object database source level
with a new backend-specific callback function.

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