diff options
author | Michael J Gruber <git@drmicha.warpmail.net> | 2015-10-06 12:12:21 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-10-07 10:39:32 -0700 |
commit | ba128e23757bb2ee2c164f1d7eab4258ff8f1d99 (patch) | |
tree | 93f0a4ba589fbf995aba531710dc9296184dd23e /t | |
parent | Documentation/git-worktree: fix duplicated 'from' (diff) | |
download | tgif-ba128e23757bb2ee2c164f1d7eab4258ff8f1d99.tar.xz |
t2026: rename worktree prune test
Linked checkouts are known under the name worktree, now. Rename the test
accordingly.
Specifically, this avoids the confusion that t2026 is actually not about
pruning in or with linked checkouts aka worktress but about pruning
worktrees, i.e. about "git worktree prune" rather than "git prune".
Signed-off-by: Michael J Gruber <git@drmicha.warpmail.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't')
-rwxr-xr-x | t/t2026-worktree-prune.sh (renamed from t/t2026-prune-linked-checkouts.sh) | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/t/t2026-prune-linked-checkouts.sh b/t/t2026-worktree-prune.sh index a0f1e3bb80..a0f1e3bb80 100755 --- a/t/t2026-prune-linked-checkouts.sh +++ b/t/t2026-worktree-prune.sh |