]> git.ipfire.org Git - thirdparty/git.git/commit
t/t9NNN: allow local submodules
authorTaylor Blau <me@ttaylorr.com>
Fri, 29 Jul 2022 19:21:53 +0000 (15:21 -0400)
committerTaylor Blau <me@ttaylorr.com>
Sat, 1 Oct 2022 04:23:38 +0000 (00:23 -0400)
commitf4a32a550f9d40471fb42ed1e5c8612dfe4a83b1
tree27a1d9162976f93c613604c5b502cb733577191b
parent0d3beb71dad7906f576b0de9cea32164549163fe
t/t9NNN: 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 interact with submodules a handful of times use
`test_config_global`.

Signed-off-by: Taylor Blau <me@ttaylorr.com>
t/t9304-fast-import-marks.sh
t/t9350-fast-export.sh