summaryrefslogtreecommitdiffstats
path: root/git.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2015-07-17 15:44:48 -0700
committerJunio C Hamano <gitster@pobox.com>2015-07-17 15:44:48 -0700
commit1e4fff28daeae0e6d79c94e3d64e7235ee443a44 (patch)
tree5c71d291be10e835bb502db6ecebf08218a72ee1 /git.txt
parentc1da335d4e39657f5b5276a6a2410821c93a6c15 (diff)
downloadgit-htmldocs-1e4fff28daeae0e6d79c94e3d64e7235ee443a44.tar.gz
Autogenerated HTML docs for v2.5.0-rc2-34-gfbdea
Diffstat (limited to 'git.txt')
-rw-r--r--git.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/git.txt b/git.txt
index d4aa3f605..2ca77c891 100644
--- a/git.txt
+++ b/git.txt
@@ -845,7 +845,7 @@ Git so take care if using Cogito etc.
normally in $GIT_DIR will be taken from this path
instead. Worktree-specific files such as HEAD or index are
taken from $GIT_DIR. See linkgit:gitrepository-layout[5] and
- the section 'MULTIPLE CHECKOUT MODE' in linkgit:checkout[1]
+ linkgit:git-worktree[1] for
details. This variable has lower precedence than other path
variables such as GIT_INDEX_FILE, GIT_OBJECT_DIRECTORY...