From: Nguyễn Thái Ngọc Duy Date: Mon, 29 Jun 2015 12:51:18 +0000 (+0700) Subject: worktree: new place for "git prune --worktrees" X-Git-Tag: v2.5.0-rc2~2^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/df0b6cf worktree: new place for "git prune --worktrees" 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 --- diff --git a/.gitignore b/.gitignore index a05241916c..b527248ff0 100644 --- a/.gitignore +++ b/.gitignore @@ -171,6 +171,7 @@ /git-verify-tag /git-web--browse /git-whatchanged +/git-worktree /git-write-tree /git-core-*/?* /gitweb/GITWEB-BUILD-OPTIONS diff --git a/Documentation/git-prune.txt b/Documentation/git-prune.txt index 1cf3bed4ab..7a493c80f7 100644 --- a/Documentation/git-prune.txt +++ b/Documentation/git-prune.txt @@ -48,9 +48,6 @@ OPTIONS --expire