]> git.ipfire.org Git - thirdparty/git.git/commit
odb: drop `whence` field from object info
authorPatrick Steinhardt <ps@pks.im>
Thu, 2 Jul 2026 12:02:03 +0000 (14:02 +0200)
committerJunio C Hamano <gitster@pobox.com>
Thu, 2 Jul 2026 16:52:32 +0000 (09:52 -0700)
commitaea037e53444fd2ffebbd22b49726d9730ced389
tree324b9c6845ff2acbd655bb31afdc503412b32b2c
parent2242f7ee36e9ec1a70314b685b1680e641e56f88
odb: drop `whence` field from object info

In the preceding commits we have migrated all callers to derive their
information of how a specific object is stored to use the new object
info source instead, and hence the field is now unused. Drop it.

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