fast-import: use write_idx_file() instead of custom code
commit427cb22c40484f9b8c2881bc9e99636591a22655
authorNicolas Pitre <nico@fluxnic.net>
Wed, 17 Feb 2010 19:05:53 +0000 (17 14:05 -0500)
committerJunio C Hamano <gitster@pobox.com>
Wed, 17 Feb 2010 19:08:43 +0000 (17 11:08 -0800)
treec0e246bd103e1d9b687c98362103daee0568bd2a
parent212818160d588fae403dfc823250e95ffbac76e5
fast-import: use write_idx_file() instead of custom code

This allows for the creation of pack index version 2 with its object
CRC and the possibility for a pack to be larger than 4 GB.

Signed-off-by: Nicolas Pitre <nico@fluxnic.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
fast-import.c