Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Documentation/git-checkout: fix incorrect worktree prune command
author
Eric Sunshine
<sunshine@sunshineco.com>
Mon, 6 Jul 2015 17:30:38 +0000
(13:30 -0400)
committer
Junio C Hamano
<gitster@pobox.com>
Mon, 6 Jul 2015 18:07:42 +0000
(11:07 -0700)
This was missed when "git prune --worktrees" became "git worktree prune".
Signed-off-by: Eric Sunshine <sunshine@sunshineco.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-checkout.txt
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
df0b6cf
)
diff --git
a/Documentation/git-checkout.txt
b/Documentation/git-checkout.txt
index 72def5b689b6e5952be2227e0debf72f2a93b5d6..ce223e69a0e25011494004db5cca5250b8eaa87e 100644
(file)
--- a/
Documentation/git-checkout.txt
+++ b/
Documentation/git-checkout.txt
@@
-444,7
+444,7
@@
When you are done with a linked working tree you can simply delete it.
The working tree's entry in the repository's $GIT_DIR/worktrees
directory will eventually be removed automatically (see
`gc.pruneworktreesexpire` in linkgit::git-config[1]), or you can run
-`git
prune --worktrees
` in the main or any linked working tree to
+`git
worktree prune
` in the main or any linked working tree to
clean up any stale entries in $GIT_DIR/worktrees.
If you move a linked working directory to another file system, or