]> git.ipfire.org Git - thirdparty/git.git/commit
odb/source-loose: stub out remaining callbacks
authorPatrick Steinhardt <ps@pks.im>
Mon, 1 Jun 2026 08:20:40 +0000 (10:20 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 1 Jun 2026 09:47:19 +0000 (18:47 +0900)
commit87af3bb434b86805f69fae40c966d92db1bd2eae
treeee7aecd8dd7faa9c387044205aadc87b4fed7be0
parente6a39bbe7a6bde5fb7de8d487e8f4ef928e6b751
odb/source-loose: stub out remaining callbacks

Stub out remaining callback functions for the "loose" backend.

Note that we also stub out transactions for loose objects. In fact, we
already have the infrastructure in place for those, and we could in
theory implement those, as well. But there are separate efforts ongoing
to polish up transactional interfaces, and doing so now would likely
result in some messiness. This omission will thus be worked on in a
subsequent patch series, once the dust has settled.

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