diff options
author | Taylor Blau <me@ttaylorr.com> | 2022-10-06 20:00:04 -0400 |
---|---|---|
committer | Taylor Blau <me@ttaylorr.com> | 2022-10-06 20:00:04 -0400 |
commit | f64d4ca8d65bdca39da444d24bde94864ac01bb1 (patch) | |
tree | edc9055c3dc8e378474c951ad6a3513deaa777d0 /t/t5526-fetch-submodules.sh | |
parent | 3dcec76d9df911ed8321007b1d197c1a206dc164 (diff) | |
parent | 83d5e3341b69b3116675f13d2fab208a12c79e27 (diff) |
Sync with 2.37.4
Signed-off-by: Taylor Blau <me@ttaylorr.com>
Diffstat (limited to 't/t5526-fetch-submodules.sh')
-rwxr-xr-x | t/t5526-fetch-submodules.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/t/t5526-fetch-submodules.sh b/t/t5526-fetch-submodules.sh index a301b56db8..3c44f19612 100755 --- a/t/t5526-fetch-submodules.sh +++ b/t/t5526-fetch-submodules.sh @@ -127,6 +127,7 @@ verify_fetch_result () { } test_expect_success setup ' + git config --global protocol.file.allow always && mkdir deepsubmodule && ( cd deepsubmodule && |