Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTaylor Blau <me@ttaylorr.com>2022-09-30 23:47:00 +0300
committerTaylor Blau <me@ttaylorr.com>2022-10-01 07:31:31 +0300
commite175fb5767f90291d7156960f4a33d726175fff2 (patch)
tree7c613f0f297a93947574446fc764417cfddf3bfa /t/t3207-branch-submodule.sh
parentfd59c5bdeeb50f18e86f36cbf7a0b82554621690 (diff)
t3207: prepare for changing protocol.file.allow
Explicitly cloning over the "file://" protocol in t3207 in preparation for merging a security release which will change the default value of this configuration to be "user". Signed-off-by: Taylor Blau <me@ttaylorr.com>
Diffstat (limited to 't/t3207-branch-submodule.sh')
-rwxr-xr-xt/t3207-branch-submodule.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/t3207-branch-submodule.sh b/t/t3207-branch-submodule.sh
index cfde6b237f..fe72b24716 100755
--- a/t/t3207-branch-submodule.sh
+++ b/t/t3207-branch-submodule.sh
@@ -28,6 +28,7 @@ test_no_branch () {
}
test_expect_success 'setup superproject and submodule' '
+ git config --global protocol.file.allow always &&
mkdir test_dirs &&
(
cd test_dirs &&