]> git.ipfire.org Git - thirdparty/git.git/commit
odb: drop `whence` field from object info
authorPatrick Steinhardt <ps@pks.im>
Wed, 24 Jun 2026 12:19:18 +0000 (14:19 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 24 Jun 2026 17:12:35 +0000 (10:12 -0700)
commitf3bae0b86d1efe8c5dfdb5b6feb261762efa58fa
tree16a10bd96d88f89cef67ea4996d37f9a49685279
parent4f48d2a241037fbc6bd4bd968ce77681d5b0e610
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