From: Junio C Hamano Date: Sat, 12 Jan 2013 02:34:55 +0000 (-0800) Subject: Merge branch 'rs/zip-with-uncompressed-size-in-the-header' X-Git-Tag: v1.8.2-rc0~133 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/d9f85f50ca35d7ed1b35e2990a0082b94f1e1370?hp=d9f85f50ca35d7ed1b35e2990a0082b94f1e1370 Merge branch 'rs/zip-with-uncompressed-size-in-the-header' 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 ---