commit | ebf5374afa87afa334b040faec35144c2a3d03d5 | [log] [tgz] |
---|---|---|
author | René Scharfe <rene.scharfe@lsrfire.ath.cx> | Thu May 03 08:51:06 2012 +0700 |
committer | Junio C Hamano <gitster@pobox.com> | Thu May 03 10:22:57 2012 -0700 |
tree | b8c3adb8df8212e5cf533706b016fcb116e3e785 | |
parent | 60df6bd19ad40e3eae2926f3785a63e670c150ea [diff] |
archive-zip: factor out helpers for writing sizes and CRC We're going to reuse them soon for streaming. Also, update the ZIP directory only at the very end, which will also make streaming easier. Signed-off-by: Rene Scharfe <rene.scharfe@lsrfire.ath.cx> Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>