diff options
author | Thomas Gummerer <t.gummerer@gmail.com> | 2018-12-20 13:48:13 (GMT) |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2019-01-02 23:28:04 (GMT) |
commit | a0cc58450a8ac81ba405f1e161599263d1678686 (patch) | |
tree | 7b78f1d560528195de6687a5f5a9786c4699d636 /t | |
parent | 5d826e972970a784bd7a7bdf587512510097b8c7 (diff) | |
download | git-a0cc58450a8ac81ba405f1e161599263d1678686.zip git-a0cc58450a8ac81ba405f1e161599263d1678686.tar.gz git-a0cc58450a8ac81ba405f1e161599263d1678686.tar.bz2 |
move worktree tests to t24*
The 'git worktree' command used to be just another mode in 'git
checkout', namely 'git checkout --to'. When the tests for the latter
were retrofitted for the former, the test name was adjusted, but the
test number was kept, even though the test is testing a different
command now. t/README states: "Second digit tells the particular
command we are testing.", so 'git worktree' should have a separate
number just for itself.
Move the worktree tests to t24* to adhere to that guideline. We're
going to make use of the free'd up numbers in a subsequent commit.
Signed-off-by: Thomas Gummerer <t.gummerer@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't')
-rwxr-xr-x | t/t2400-worktree-add.sh (renamed from t/t2025-worktree-add.sh) | 0 | ||||
-rwxr-xr-x | t/t2401-worktree-prune.sh (renamed from t/t2026-worktree-prune.sh) | 0 | ||||
-rwxr-xr-x | t/t2402-worktree-list.sh (renamed from t/t2027-worktree-list.sh) | 0 | ||||
-rwxr-xr-x | t/t2403-worktree-move.sh (renamed from t/t2028-worktree-move.sh) | 0 | ||||
-rwxr-xr-x | t/t2404-worktree-config.sh (renamed from t/t2029-worktree-config.sh) | 0 |
5 files changed, 0 insertions, 0 deletions
diff --git a/t/t2025-worktree-add.sh b/t/t2400-worktree-add.sh index 286bba3..286bba3 100755 --- a/t/t2025-worktree-add.sh +++ b/t/t2400-worktree-add.sh diff --git a/t/t2026-worktree-prune.sh b/t/t2401-worktree-prune.sh index b7d6d5d..b7d6d5d 100755 --- a/t/t2026-worktree-prune.sh +++ b/t/t2401-worktree-prune.sh diff --git a/t/t2027-worktree-list.sh b/t/t2402-worktree-list.sh index bb6fb9b..bb6fb9b 100755 --- a/t/t2027-worktree-list.sh +++ b/t/t2402-worktree-list.sh diff --git a/t/t2028-worktree-move.sh b/t/t2403-worktree-move.sh index 33c0337..33c0337 100755 --- a/t/t2028-worktree-move.sh +++ b/t/t2403-worktree-move.sh diff --git a/t/t2029-worktree-config.sh b/t/t2404-worktree-config.sh index 286121d..286121d 100755 --- a/t/t2029-worktree-config.sh +++ b/t/t2404-worktree-config.sh |