Re: bug: git-archive does not use the zip64 extension for archives with more than 16k entries

2015-08-12 Thread Johannes Schauer
Hi, Quoting René Scharfe (2015-08-12 21:40:48) > Am 11.08.2015 um 12:40 schrieb Johannes Schauer: > > for repositories with more than 16k files and folders, git-archive will > > create > > zip files which store the wrong number of entries. That is, it stores the > > n

bug: git-archive does not use the zip64 extension for archives with more than 16k entries

2015-08-11 Thread Johannes Schauer
Hi, for repositories with more than 16k files and folders, git-archive will create zip files which store the wrong number of entries. That is, it stores the number of entries modulo 16k. This will break unpackers that do not include code to support this brokenness. Instead, git-archive should use