Merge branch 'rs/zip-with-uncompressed-size-in-the-header' into next
commitd9ec30ec28e8584b472309f04b22504cb491467c
authorJunio C Hamano <gitster@pobox.com>
Tue, 8 Jan 2013 22:57:09 +0000 (8 14:57 -0800)
committerJunio C Hamano <gitster@pobox.com>
Tue, 8 Jan 2013 22:57:09 +0000 (8 14:57 -0800)
tree05ffc86b06a2629459dba719f6d8fbf49448d0bd
parent8e374230367527c182ec6e13a78fbca0822faf59
parent5ea2c847c5938e9868f15a273869e54c6ed4c79c
Merge branch 'rs/zip-with-uncompressed-size-in-the-header' into next

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
archive-zip.c