git.99rst.org
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
c9ef0d9
)
git-worktree.txt: correct linkgit command name
author
Nguyễn Thái Ngọc Duy
<redacted>
Sat, 3 Nov 2018 05:14:18 +0000
(06:14 +0100)
committer
Junio C Hamano
<redacted>
Mon, 5 Nov 2018 01:22:04 +0000
(10:22 +0900)
Noticed-by: SZEDER Gábor <redacted>
Signed-off-by: Nguyễn Thái Ngọc Duy <redacted>
Signed-off-by: Junio C Hamano <redacted>
Documentation/git-worktree.txt
patch
|
blob
|
history
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
git clone https://git.99rst.org/PROJECT