]> git.feebdaed.xyz Git - 0xmirror/git.git/commit
streaming: create structure for filtered object streams
authorPatrick Steinhardt <ps@pks.im>
Sun, 23 Nov 2025 18:59:34 +0000 (19:59 +0100)
committerJunio C Hamano <gitster@pobox.com>
Sun, 23 Nov 2025 20:56:45 +0000 (12:56 -0800)
commit1154b2d2e511113e9b7d567788b72acb05713915
treed86f2bbf58173348df0806d196e04770a9b09d6f
parent5f0d8d2e8d3f992f58af247b6d21509c3c7595ca
streaming: create structure for filtered 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 filtered 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