Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-06-23 | call init_pack_revindex() lazily | Nicolas Pitre | 1 | -2/+4 | |
This makes life much easier for next patch, as well as being more efficient when the revindex is actually not used. Signed-off-by: Nicolas Pitre <nico@cam.org> Signed-off-by: Junio C Hamano <gitster@pobox.com> | |||||
2008-03-01 | factorize revindex code out of builtin-pack-objects.c | Nicolas Pitre | 1 | -0/+142 | |
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> |