Message ID | d8a2faf9ce7de2562424181109120a6d84b0e470.1661806456.git.gitgitgadget@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | clone, submodule update: check out submodule branches | expand |
Hi Glen, Le 2022-08-29 à 16:54, Glen Choo via GitGitGadget a écrit : > From: Glen Choo <chooglen@google.com> > > It has included submodule cloning tests without remote-tracking branches > tests since f05da2b48b (clone, submodule: pass partial clone filters to > submodules, 2022-02-04) at least. Rename it accordingly so that we can > put future submodule cloning tests there. I think it was named "*-remote" because it was introduced when 'git clone --remote-submodules' was added in 4c6910163a (clone: add `--remote-submodules` flag, 2019-05-19). In any case, nice clean-up!
diff --git a/t/t5617-clone-submodules-remote.sh b/t/t5617-clone-submodules.sh similarity index 97% rename from t/t5617-clone-submodules-remote.sh rename to t/t5617-clone-submodules.sh index ca8f80083a2..b5c66cb18cb 100755 --- a/t/t5617-clone-submodules-remote.sh +++ b/t/t5617-clone-submodules.sh @@ -1,6 +1,6 @@ #!/bin/sh -test_description='Test cloning repos with submodules using remote-tracking branches' +test_description='Test cloning repos with submodules' GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME=main export GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME