aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-worktree.txt
diff options
context:
space:
mode:
authorEric Sunshine <sunshine@sunshineco.com>2015-07-24 00:00:52 -0400
committerJunio C Hamano <gitster@pobox.com>2015-07-24 10:11:35 -0700
commit5f5f553fd571732f6ff78107fb6223c5cf7b441f (patch)
tree82ea11423c180c8ced2b47d8d6be8959155c8ee9 /Documentation/git-worktree.txt
parent272be14a85d3a8dca2ca842a3f35dfcf5895d2a6 (diff)
downloadgit-5f5f553fd571732f6ff78107fb6223c5cf7b441f.tar.gz
Documentation/git-worktree: fix broken 'linkgit' invocation
Signed-off-by: Eric Sunshine <sunshine@sunshineco.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-worktree.txt')
-rw-r--r--Documentation/git-worktree.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-worktree.txt b/Documentation/git-worktree.txt
index 332dd7734d..400b313538 100644
--- 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.