]> Kevux Git Server - rit/commit
t/t5313-pack-bounds-checks.sh: prepare for sub-directories
authorTaylor Blau <me@ttaylorr.com>
Tue, 6 Aug 2024 15:38:04 +0000 (11:38 -0400)
committerJunio C Hamano <gitster@pobox.com>
Tue, 6 Aug 2024 19:01:39 +0000 (12:01 -0700)
commit147c3f6740773d0cf9095ad9fd7c68f1c1348c9a
treea77d6798eb36384e3ab28b7d4a1efb86633c8226
parent9552c3595a77027a3d29b7a943bc2ecdba1c6813
t/t5313-pack-bounds-checks.sh: prepare for sub-directories

Prepare for sub-directories to appear in $GIT_DIR/objects/pack by
adjusting the copy, remove, and chmod invocations to perform their
behavior recursively.

This prepares us for the new $GIT_DIR/objects/pack/multi-pack-index.d
directory which will be added in a following commit.

Signed-off-by: Taylor Blau <me@ttaylorr.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t5313-pack-bounds-checks.sh