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

@@ -306,6 +306,7 @@ test_expect_success 'deleting checked-out branch from repo that is a submodule'
git init repo1 &&
git init repo1/sub &&
test_commit -C repo1/sub x &&
test_config_global protocol.file.allow always &&
git -C repo1 submodule add ./sub &&
git -C repo1 commit -m "adding sub" &&