]> git.ipfire.org Git - thirdparty/git.git/commit
t7700: split cruft-related tests to t7704
authorTaylor Blau <me@ttaylorr.com>
Tue, 3 Oct 2023 00:44:26 +0000 (20:44 -0400)
committerJunio C Hamano <gitster@pobox.com>
Tue, 3 Oct 2023 01:28:47 +0000 (18:28 -0700)
commit78de1c6c327b00ec9ed97c478e5f9e56d03c1db8
tree3f054032dc4cf4ebab03efc97f66408b4d8db603
parentd0e8084c65cbf949038ae4cc344ac2c2efd77415
t7700: split cruft-related tests to t7704

A small handful of the tests in t7700 (the main script for testing
functionality of 'git repack') are specifically related to cruft pack
operations.

Prepare for adding new cruft pack-related tests by moving the existing
set into a new test script.

Signed-off-by: Taylor Blau <me@ttaylorr.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t7700-repack.sh
t/t7704-repack-cruft.sh [new file with mode: 0755]