From 14f74d59072c7bf0586b15165538373bed898f18 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Nguy=E1=BB=85n=20Th=C3=A1i=20Ng=E1=BB=8Dc=20Duy?= Date: Sat, 3 Nov 2018 06:14:18 +0100 Subject: [PATCH] git-worktree.txt: correct linkgit command name MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Noticed-by: SZEDER Gábor Signed-off-by: Nguyễn Thái Ngọc Duy Signed-off-by: Junio C Hamano --- Documentation/git-worktree.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.32.0.93.g670b81a890