]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'jt/archive-zip-deflate-fix' into next
authorJunio C Hamano <gitster@pobox.com>
Mon, 4 Aug 2025 15:32:42 +0000 (08:32 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 4 Aug 2025 15:32:42 +0000 (08:32 -0700)
The deflate codepath in "git archive --format=zip" had a
longstanding bug coming from misuse of zlib API, which has been
corrected.

* jt/archive-zip-deflate-fix:
  archive: flush deflate stream until Z_STREAM_END

1  2 
archive-zip.c

diff --cc archive-zip.c
Simple merge