зеркало из https://github.com/microsoft/git.git
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>
This commit is contained in:
Родитель
d0654dc308
Коммит
773c60a45e
|
@ -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
|
||||
|
Загрузка…
Ссылка в новой задаче