From: Nguyễn Thái Ngọc Duy Date: Sat, 3 Nov 2018 05:14:18 +0000 (+0100) Subject: git-worktree.txt: correct linkgit command name X-Git-Tag: v2.20.0-rc0~35^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/14f74d59072c7bf0586b15165538373bed898f18?ds=inline;hp=--cc git-worktree.txt: correct linkgit command name Noticed-by: SZEDER Gábor Signed-off-by: Nguyễn Thái Ngọc Duy Signed-off-by: Junio C Hamano --- 14f74d59072c7bf0586b15165538373bed898f18 diff --git a/Documentation/git-worktree.txt b/Documentation/git-worktree.txt index 9117e4fb50..69d55f1350 100644 --- a/Documentation/git-worktree.txt +++ b/Documentation/git-worktree.txt @@ -230,7 +230,7 @@ GIT_COMMON_DIR/worktrees/foo/HEAD and GIT_COMMON_DIR/worktrees/bar/refs/bisect/bad. To access refs, it's best not to look inside GIT_DIR directly. Instead -use commands such as linkgit:git-revparse[1] or linkgit:git-update-ref[1] +use commands such as linkgit:git-rev-parse[1] or linkgit:git-update-ref[1] which will handle refs correctly. DETAILS