From: Taylor Blau Date: Fri, 30 Sep 2022 20:47:00 +0000 (-0400) Subject: t3207: prepare for changing protocol.file.allow X-Git-Tag: v2.36.3~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e175fb5767f90291d7156960f4a33d726175fff2;p=thirdparty%2Fgit.git 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 --- 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 &&