]> git.ipfire.org Git - thirdparty/git.git/commit
odb/source-loose: stub out remaining callbacks
authorPatrick Steinhardt <ps@pks.im>
Thu, 21 May 2026 08:22:37 +0000 (10:22 +0200)
committerJunio C Hamano <gitster@pobox.com>
Thu, 21 May 2026 13:35:20 +0000 (22:35 +0900)
commitbb9190888600fae37554eee9ebda94720bb24868
treebef9c962707f10c2a3facd7479c2fe4b3e9d0c2c
parent6226864caf9b6a5c0437491f1a0043c06994b77a
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