]> git.99rst.org Git - git.git/commit
odb: drop `whence` field from object info
authorPatrick Steinhardt <redacted>
Thu, 2 Jul 2026 12:02:03 +0000 (14:02 +0200)
committerJunio C Hamano <redacted>
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 <redacted>
Signed-off-by: Junio C Hamano <redacted>
odb.c
odb.h
odb/source-inmemory.c
odb/source-loose.c
packfile.c
git clone https://git.99rst.org/PROJECT