Merge branch 'rs/archive-zip-many'
commit565f575791f34e9e0f8d45c4762e5ec4c44cc993
authorJunio C Hamano <gitster@pobox.com>
Tue, 1 Sep 2015 23:31:24 +0000 (1 16:31 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 1 Sep 2015 23:31:24 +0000 (1 16:31 -0700)
tree80e2e2e7766cd829b8fd225ce58b2e9e75e9d90a
parentbb84dceb045febd5320f6810db1fb00b17348ab1
parent88329ca8091b16f4bb01e3ea546c8c5e1a5016ec
Merge branch 'rs/archive-zip-many'

"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