Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | worktree: new place for "git prune --worktrees"nd/multiple-work-trees | Nguyễn Thái Ngọc Duy | 2015-06-29 | 1 | -0/+133 |
Commit 23af91d (prune: strategies for linked checkouts - 2014-11-30) adds "--worktrees" to "git prune" without realizing that "git prune" is for object database only. This patch moves the same functionality to a new command "git worktree". Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com> |