diff options
author | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | 2015-06-29 19:51:18 +0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-06-29 08:48:44 -0700 |
commit | df0b6cfbda88144714541664fb501146d6465a82 (patch) | |
tree | 9acade77a77e010352979754ed9427b0b3ca9f1a /Documentation/git-prune.txt | |
parent | checkout: don't check worktrees when not necessary (diff) | |
download | tgif-df0b6cfbda88144714541664fb501146d6465a82.tar.xz |
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 <pclouds@gmail.com>
Diffstat (limited to 'Documentation/git-prune.txt')
-rw-r--r-- | Documentation/git-prune.txt | 3 |
1 files changed, 0 insertions, 3 deletions
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 <time>:: Only expire loose objects older than <time>. ---worktrees:: - Prune dead working tree information in $GIT_DIR/worktrees. - <head>...:: In addition to objects reachable from any of our references, keep objects |