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

Move the logic to read loose object streams into the respective
subsystem. This allows us to make a couple of function declarations
private.

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