summaryrefslogtreecommitdiff
path: root/t/t2026-worktree-prune.sh
AgeCommit message (Collapse)AuthorFilesLines
2015-10-07t2026: rename worktree prune testLibravatar Michael J Gruber1-0/+96
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>