Merge branch 'rs/zip-with-uncompressed-size-in-the-header'
authorJunio C Hamano <gitster@pobox.com>
Sat, 12 Jan 2013 02:34:55 +0000 (18:34 -0800)
committerJunio C Hamano <gitster@pobox.com>
Sat, 12 Jan 2013 02:34:55 +0000 (18:34 -0800)
Improve compatibility of our zip output to fill uncompressed size
in the header, which we can do without seeking back (even though it
should not be necessary).

* rs/zip-with-uncompressed-size-in-the-header:
archive-zip: write uncompressed size into header even with streaming

No differences found