Git fork

Merge branch 'cf/submodule-progress-dissociate'

* cf/submodule-progress-dissociate:
t7400: encapsulate setup code in test_expect_success

+4 -2
+4 -2
t/t7400-submodule-basic.sh
··· 126 126 test_cmp empty untracked 127 127 ' 128 128 129 - test_create_repo parent && 130 - test_commit -C parent one 129 + test_expect_success 'setup parent and one repository' ' 130 + test_create_repo parent && 131 + test_commit -C parent one 132 + ' 131 133 132 134 test_expect_success 'redirected submodule add does not show progress' ' 133 135 git -C addtest submodule add "file://$submodurl/parent" submod-redirected \