Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Documentation/git-worktree: fix broken 'linkgit' invocation
author
Eric Sunshine
<sunshine@sunshineco.com>
Fri, 24 Jul 2015 04:00:52 +0000
(
00:00
-0400)
committer
Junio C Hamano
<gitster@pobox.com>
Fri, 24 Jul 2015 17:11:35 +0000
(10:11 -0700)
Signed-off-by: Eric Sunshine <sunshine@sunshineco.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-worktree.txt
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
272be14
)
diff --git
a/Documentation/git-worktree.txt
b/Documentation/git-worktree.txt
index 332dd7734dfc3acca9e473b86bd0d6e30669750e..400b313538ace788febdbb95c88da9ba550815c3 100644
(file)
--- a/
Documentation/git-worktree.txt
+++ b/
Documentation/git-worktree.txt
@@
-27,7
+27,7
@@
bare repository) and zero or more linked working trees.
When you are done with a linked working tree you can simply delete it.
The working tree's administrative files in the repository (see
"DETAILS" below) will eventually be removed automatically (see
-`gc.worktreePruneExpire` in linkgit:
:
git-config[1]), or you can run
+`gc.worktreePruneExpire` in linkgit:git-config[1]), or you can run
`git worktree prune` in the main or any linked working tree to
clean up any stale administrative files.