summaryrefslogtreecommitdiff
path: root/t/t2027-worktree-list.sh
AgeCommit message (Collapse)AuthorFilesLines
2015-10-08worktree: add 'list' commandLibravatar Michael Rappazzo1-0/+89
'git worktree list' iterates through the worktree list, and outputs details of the worktree including the path to the worktree, the currently checked out revision and branch, and if the work tree is bare. There is also porcelain format option available. Signed-off-by: Michael Rappazzo <rappazzo@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>