t/t4NNN: allow local submodules
commitac7e57fa288260341bdbd5e9abcdd24eaf214740
authorTaylor Blau <me@ttaylorr.com>
Fri, 29 Jul 2022 19:20:43 +0000 (29 15:20 -0400)
committerTaylor Blau <me@ttaylorr.com>
Sat, 1 Oct 2022 04:23:38 +0000 (1 00:23 -0400)
treeb52e3ba0d6f5e984b7fe3df7c66cd696575cf10a
parentf8d510ed0b357787c8d035d64f240bd82b424dc4
t/t4NNN: allow local submodules

To prepare for the default value of `protocol.file.allow` to change to
"user", ensure tests that rely on local submodules can initialize them
over the file protocol.

Tests that only need to interact with submodules in a limited capacity
have individual Git commands annotated with the appropriate
configuration via `-c`. Tests that interact with submodules a handful of
times use `test_config_global` instead. Test scripts that rely on
submodules throughout use a `git config --global` during a setup test
towards the beginning of the script.

Signed-off-by: Taylor Blau <me@ttaylorr.com>
t/t4059-diff-submodule-not-initialized.sh
t/t4060-diff-submodule-option-diff-format.sh
t/t4067-diff-partial-clone.sh
t/t4208-log-magic-pathspec.sh