Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
git-worktree.txt: correct linkgit command name
author
Nguyễn Thái Ngọc Duy
<pclouds@gmail.com>
Sat, 3 Nov 2018 05:14:18 +0000
(06:14 +0100)
committer
Junio C Hamano
<gitster@pobox.com>
Mon, 5 Nov 2018 01:22:04 +0000
(10:22 +0900)
Noticed-by: SZEDER Gábor <szeder.dev@gmail.com>
Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-worktree.txt
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
c9ef0d9
)
diff --git
a/Documentation/git-worktree.txt
b/Documentation/git-worktree.txt
index 9117e4fb50810801fd1a82ef93eb4b76fc9491c1..69d55f13502223c77c407c849f6089c8b5193112 100644
(file)
--- 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