]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'jt/archive-zip-deflate-fix' into next
authorJunio C Hamano <gitster@pobox.com>
Wed, 6 Aug 2025 22:23:01 +0000 (15:23 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 6 Aug 2025 22:23:01 +0000 (15:23 -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