Merge branch 'rs/archive-zip-many' into maint
commit1c820392282466b50f650d484a3560087a7fe686
authorJunio C Hamano <gitster@pobox.com>
Fri, 4 Sep 2015 02:18:01 +0000 (3 19:18 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 4 Sep 2015 02:18:01 +0000 (3 19:18 -0700)
treeddc0cd220e613e7ea071f6f43e05189c79ed236b
parentae6ac8483b706b48882dcee96a42a4198744308a
parent88329ca8091b16f4bb01e3ea546c8c5e1a5016ec
Merge branch 'rs/archive-zip-many' into maint

"git archive" did not use zip64 extension when creating an archive
with more than 64k entries, which nobody should need, right ;-)?

* rs/archive-zip-many:
  archive-zip: support more than 65535 entries
  archive-zip: use a local variable to store the creator version
  t5004: test ZIP archives with many entries
archive-zip.c