commit | 6e5417769c587c8b1f3412e19a1f80645fe82a3c | [log] [tgz] |
---|---|---|
author | Nicolas Pitre <nico@cam.org> | Tue Apr 10 16:26:10 2007 -0400 |
committer | Junio C Hamano <junkio@cox.net> | Wed Apr 11 19:32:03 2007 -0700 |
tree | 6cabb48a06ffe4d07404fdc8d148f98c8c302557 | |
parent | 39551b6926ef869e15af41f4eaa9356da98b2b5e [diff] |
tests for various pack index features 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>