]> git.feebdaed.xyz Git - 0xmirror/git.git/commit
streaming: move logic to read packed objects streams into backend
authorPatrick Steinhardt <ps@pks.im>
Sun, 23 Nov 2025 18:59:41 +0000 (19:59 +0100)
committerJunio C Hamano <gitster@pobox.com>
Sun, 23 Nov 2025 20:56:45 +0000 (12:56 -0800)
commit8c1b84bc977bf1e4515efe0386de87257ec28689
tree709973bf945b438ca9d05571cb89dc6ba5d92c7f
parentbc30a2f5dff6dd39966819ca3771ab5e9e072123
streaming: move logic to read packed objects streams into backend

Move the logic to read packed object streams into the respective
subsystem.

Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
packfile.c
packfile.h
streaming.c