]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'jt/archive-zip-deflate-fix'
authorJunio C Hamano <gitster@pobox.com>
Thu, 7 Aug 2025 15:14:38 +0000 (08:14 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 7 Aug 2025 15:14:38 +0000 (08:14 -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


Trivial merge