Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | call init_pack_revindex() lazily | Nicolas Pitre | 2008-06-23 | 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> | ||||
* | factorize revindex code out of builtin-pack-objects.c | Nicolas Pitre | 2008-03-01 | 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> |