]> git.ipfire.org Git - thirdparty/git.git/commit
odb/source-inmemory: implement `count_objects()` callback
authorPatrick Steinhardt <ps@pks.im>
Fri, 10 Apr 2026 12:12:43 +0000 (14:12 +0200)
committerJunio C Hamano <gitster@pobox.com>
Thu, 14 May 2026 19:50:45 +0000 (04:50 +0900)
commit27d219132afe13db43d9732caeb37a14c026e717
treeedd6639611e24acced88d4728f6c0a8c75e32c83
parent3bd2856d3448943c4037d454f3e9cc0135330e73
odb/source-inmemory: implement `count_objects()` callback

Implement the `count_objects()` callback function for the in-memory
source.

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