diff mbox series

[3/6] t5617: drop references to remote-tracking branches

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

Commit Message

Glen Choo Aug. 29, 2022, 8:54 p.m. UTC
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.

Signed-off-by: Glen Choo <chooglen@google.com>
---
 ...617-clone-submodules-remote.sh => t5617-clone-submodules.sh} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename t/{t5617-clone-submodules-remote.sh => t5617-clone-submodules.sh} (97%)

Comments

Philippe Blain Aug. 30, 2022, 4:03 a.m. UTC | #1
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 mbox series

Patch

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