archive-zip: factor out helpers for writing sizes and CRC
commitebf5374afa87afa334b040faec35144c2a3d03d5
authorRené Scharfe <rene.scharfe@lsrfire.ath.cx>
Thu, 3 May 2012 01:51:06 +0000 (3 08:51 +0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 3 May 2012 17:22:57 +0000 (3 10:22 -0700)
treeb8c3adb8df8212e5cf533706b016fcb116e3e785
parent60df6bd19ad40e3eae2926f3785a63e670c150ea
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>
archive-zip.c