t5319: expand test data
commit2c3813354b2c02221f8496d8f8671f5b33d878ad
authorDerrick Stolee <stolee@gmail.com>
Thu, 12 Jul 2018 19:39:24 +0000 (12 15:39 -0400)
committerJunio C Hamano <gitster@pobox.com>
Fri, 20 Jul 2018 18:27:28 +0000 (20 11:27 -0700)
tree56ae1e20e09e0bf2750df3727d32d179bc0120c6
parent4d80560c546179654c32499132a6bdaf3c45b16f
t5319: expand test data

As we build the multi-pack-index file format, we want to test the format
on real repositories. Add tests that create repository data including
multiple packfiles with both version 1 and version 2 formats.

The current 'git multi-pack-index write' command will always write the
same file with no "real" data. This will be expanded in future commits,
along with the test expectations.

Signed-off-by: Derrick Stolee <dstolee@microsoft.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t5319-multi-pack-index.sh