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