]> git.99rst.org Git - git.git/commit
odb/source-packed: drop pointer to "files" parent source
authorPatrick Steinhardt <redacted>
Wed, 17 Jun 2026 06:40:00 +0000 (08:40 +0200)
committerJunio C Hamano <redacted>
Wed, 17 Jun 2026 12:00:01 +0000 (05:00 -0700)
commit1bba3c035d2283456edcb159e965b8be2015e114
tree8ee00d0e0b5855238cf536e03973270b438493d4
parent7fa8c61afe29bfb82066c81a82ed6393f34dd704
odb/source-packed: drop pointer to "files" parent source

Over the last commits we have turned the packfile store into a proper
object database source that can be used as a standalone backend. As
such, it is no longer necessary to have it coupled to the "files" parent
source.

Remove the pointer to the owning "files" source so that the "packed"
source can be used as a standalone entity.

Signed-off-by: Patrick Steinhardt <redacted>
Signed-off-by: Junio C Hamano <redacted>
odb/source-files.c
odb/source-packed.c
odb/source-packed.h
packfile.c
git clone https://git.99rst.org/PROJECT