tests for various pack index features
authorNicolas Pitre <nico@cam.org>
Tue, 10 Apr 2007 20:26:10 +0000 (16:26 -0400)
committerJunio C Hamano <junkio@cox.net>
Thu, 12 Apr 2007 02:32:03 +0000 (19:32 -0700)
This is a fairly complete list of tests for various aspects of pack
index versions 1 and 2.

Tests on index v2 include 32-bit and 64-bit offsets, as well as a nice
demonstration of the flawed repacking integrity checks that index
version 2 intend to solve over index version 1 with the per object CRC.

Signed-off-by: Nicolas Pitre <nico@cam.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
No differences found