Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorPhilippe Blain <levraiphilippeblain@gmail.com>2020-01-21 18:01:14 +0300
committerJunio C Hamano <gitster@pobox.com>2020-01-23 00:36:03 +0300
commit773c60a45e01f1e6631afe1cce9da3ed67d37a3a (patch)
tree6feedb9df1e244da316f95534632230ec0f1b90e /t
parentd0654dc308b0ba76dd8ed7bbb33c8d8f7aacd783 (diff)
t7410: rename to t2405-worktree-submodule.sh
This test was added in df56607dff (git-common-dir: make "modules/" per-working-directory directory, 2014-11-30), back when the 'git worktree' command did not exist and 'git checkout --to' was used to create supplementary worktrees. Since this file contains tests for the interaction of 'git worktree' with submodules, rename it to t2405-worktree-submodule.sh, following the naming scheme for tests checking the behavior of various commands with submodules. Signed-off-by: Philippe Blain <levraiphilippeblain@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't')
-rwxr-xr-xt/t2405-worktree-submodule.sh (renamed from t/t7410-submodule-checkout-to.sh)2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t7410-submodule-checkout-to.sh b/t/t2405-worktree-submodule.sh
index f1b492ebc4..f2eee328cc 100755
--- a/t/t7410-submodule-checkout-to.sh
+++ b/t/t2405-worktree-submodule.sh
@@ -1,6 +1,6 @@
#!/bin/sh
-test_description='Combination of submodules and multiple workdirs'
+test_description='Combination of submodules and multiple worktrees'
. ./test-lib.sh