From: Eric Sunshine Date: Fri, 24 Jul 2015 04:00:52 +0000 (-0400) Subject: Documentation/git-worktree: fix broken 'linkgit' invocation X-Git-Tag: v2.6.0-rc0~76^2~2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/5f5f553fd571732f6ff78107fb6223c5cf7b441f?ds=inline;hp=--cc Documentation/git-worktree: fix broken 'linkgit' invocation Signed-off-by: Eric Sunshine Signed-off-by: Junio C Hamano --- 5f5f553fd571732f6ff78107fb6223c5cf7b441f 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.