Sync with v2.38.1

This commit is contained in:
Junio C Hamano
2022-10-17 15:46:09 -07:00
74 changed files with 362 additions and 62 deletions

View File

@ -1315,6 +1315,8 @@ test_expect_success 'submodule handling' '
test_all_match git add modules &&
test_all_match git commit -m "add modules directory" &&
test_config_global protocol.file.allow always &&
run_on_all git submodule add "$(pwd)/initial-repo" modules/sub &&
test_all_match git commit -m "add submodule" &&