]> git.ipfire.org Git - thirdparty/git.git/commit
odb: drop deprecated wrapper functions
authorPatrick Steinhardt <ps@pks.im>
Wed, 10 Sep 2025 13:12:17 +0000 (15:12 +0200)
committerJunio C Hamano <gitster@pobox.com>
Thu, 11 Sep 2025 16:10:28 +0000 (09:10 -0700)
commite1d062e8ba0b72f49e9ef9713cc7011c330baab8
treea1dc207fa30943c7a8eb21d5e7ba50463d0e7517
parentc44beea485f0f2feaf460e2ac87fdd5608d63cf0
odb: drop deprecated wrapper functions

In the Git 2.51 release cycle we've refactored the object database layer
to access objects via `struct object_database` directly. To make the
transition a bit easier we have retained some of the old-style functions
in case those were widely used.

Now that Git 2.51 has been released it's time to clean up though and
drop these old wrappers. Do so and adapt the small number of newly added
users to use the new functions instead.

Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/pack-objects.c
odb.h
t/helper/test-pack-deltas.c