]> git.ipfire.org Git - thirdparty/git.git/commit - t/t3512-cherry-pick-submodule.sh
t/t3NNN: allow local submodules
authorTaylor Blau <me@ttaylorr.com>
Fri, 29 Jul 2022 19:20:28 +0000 (15:20 -0400)
committerTaylor Blau <me@ttaylorr.com>
Sat, 1 Oct 2022 04:23:38 +0000 (00:23 -0400)
commitf8d510ed0b357787c8d035d64f240bd82b424dc4
treec9417701e9163020d3eba1b562c08d814db45245
parent99f4abb8dae4c9c604e5d5cf255958bbe537b928
t/t3NNN: 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/t3200-branch.sh
t/t3420-rebase-autostash.sh
t/t3426-rebase-submodule.sh
t/t3512-cherry-pick-submodule.sh
t/t3600-rm.sh
t/t3906-stash-submodule.sh