]> git.ipfire.org Git - thirdparty/git.git/commit - pack-revindex.c
factorize revindex code out of builtin-pack-objects.c
authorNicolas Pitre <nico@cam.org>
Thu, 28 Feb 2008 05:25:17 +0000 (00:25 -0500)
committerJunio C Hamano <gitster@pobox.com>
Sat, 1 Mar 2008 09:44:45 +0000 (01:44 -0800)
commit3449f8c4cb93a0ec445db22ee7549d0b051446d6
tree33143e11a7760f248e10338d41791a833fb646f8
parent6d21667206c4c2b10aad99eca1530a4f17c4e61d
factorize revindex code out of builtin-pack-objects.c

No functional change. This is needed to fix verify-pack in a later patch.

Signed-off-by: Nicolas Pitre <nico@cam.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile
builtin-pack-objects.c
pack-revindex.c [new file with mode: 0644]
pack-revindex.h [new file with mode: 0644]