diff options
| author | Taylor Blau <me@ttaylorr.com> | 2022-10-06 17:40:44 -0400 |
|---|---|---|
| committer | Taylor Blau <me@ttaylorr.com> | 2022-10-06 17:40:44 -0400 |
| commit | 9cbd2827c5a19d935054cdb162e53e5703be09f4 (patch) | |
| tree | f7850cda5827aacd30b18b9d9f6494d46d3dc4d6 /t/t5526-fetch-submodules.sh | |
| parent | t2080: prepare for changing protocol.file.allow (diff) | |
| parent | Git 2.31.5 (diff) | |
| download | git-9cbd2827c5a19d935054cdb162e53e5703be09f4.tar.gz git-9cbd2827c5a19d935054cdb162e53e5703be09f4.zip | |
Sync with 2.31.5
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 ed11569d8d..bca679590b 100755 --- a/t/t5526-fetch-submodules.sh +++ b/t/t5526-fetch-submodules.sh @@ -38,6 +38,7 @@ add_upstream_commit() { } test_expect_success setup ' + git config --global protocol.file.allow always && mkdir deepsubmodule && ( cd deepsubmodule && |
