]> git.ipfire.org Git - thirdparty/git.git/commit
streaming: move zlib stream into backends
authorPatrick Steinhardt <ps@pks.im>
Sun, 23 Nov 2025 18:59:35 +0000 (19:59 +0100)
committerJunio C Hamano <gitster@pobox.com>
Sun, 23 Nov 2025 20:56:45 +0000 (12:56 -0800)
commiteb5abbb4e6a8c06f5c6275bbb541bf7d736171c5
tree4e540c5be311ab3030f27da2cdd2dda03d953de2
parent1154b2d2e511113e9b7d567788b72acb05713915
streaming: move zlib stream into backends

While all backend-specific data is now contained in a backend-specific
structure, we still share the zlib stream across the loose and packed
objects.

Refactor the code and move it into the specific structures so that we
fully detangle the different backends from one another.

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