diff options
author | Eric Sunshine <sunshine@sunshineco.com> | 2015-07-24 00:00:52 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-07-24 10:11:35 -0700 |
commit | 5f5f553fd571732f6ff78107fb6223c5cf7b441f (patch) | |
tree | 82ea11423c180c8ced2b47d8d6be8959155c8ee9 | |
parent | 272be14a85d3a8dca2ca842a3f35dfcf5895d2a6 (diff) | |
download | git-5f5f553fd571732f6ff78107fb6223c5cf7b441f.tar.gz git-5f5f553fd571732f6ff78107fb6223c5cf7b441f.tar.xz |
Documentation/git-worktree: fix broken 'linkgit' invocation
Signed-off-by: Eric Sunshine <sunshine@sunshineco.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r-- | Documentation/git-worktree.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-worktree.txt b/Documentation/git-worktree.txt index 332dd7734..400b31353 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. |