]> git.ipfire.org Git - thirdparty/git.git/commit
streaming: create structure for in-core object streams
authorPatrick Steinhardt <ps@pks.im>
Sun, 23 Nov 2025 18:59:31 +0000 (19:59 +0100)
committerJunio C Hamano <gitster@pobox.com>
Sun, 23 Nov 2025 20:56:44 +0000 (12:56 -0800)
commite030d0aeb5ebf79cdc4910e79d59e33998de78cd
treeb066fdac0de50ee4687fef2d3eb04ad782101c1f
parent595296e124f5e8a67c4669fcaeb1b28e71c2d751
streaming: create structure for in-core 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 in-core 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