]> git.feebdaed.xyz Git - 0xmirror/git.git/commit
streaming: create structure for loose object streams
authorPatrick Steinhardt <ps@pks.im>
Sun, 23 Nov 2025 18:59:32 +0000 (19:59 +0100)
committerJunio C Hamano <gitster@pobox.com>
Sun, 23 Nov 2025 20:56:45 +0000 (12:56 -0800)
commitb7774c0f0de43379c40984b4ede265a512c1a4f0
tree0767953de16cdb41f1ab7a2c23b351848f6816ad
parente030d0aeb5ebf79cdc4910e79d59e33998de78cd
streaming: create structure for loose object streams

As explained in a preceding commit, we want to get rid of the union of
stream-type specific data in `struct odb_read_stream`. Create a new
structure for loose object streams to move towards this design.

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