Skip to content

Commit 773c60a

Browse files
phil-blaingitster
authored andcommitted
t7410: rename to t2405-worktree-submodule.sh
This test was added in df56607 (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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent d0654dc commit 773c60a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t7410-submodule-checkout-to.sh renamed to t/t2405-worktree-submodule.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22

3-
test_description='Combination of submodules and multiple workdirs'
3+
test_description='Combination of submodules and multiple worktrees'
44

55
. ./test-lib.sh
66

0 commit comments

Comments
 (0)