summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2020-05-01 20:39:56 (GMT)
committerJunio C Hamano <gitster@pobox.com>2020-05-01 20:39:56 (GMT)
commit3e68f552f3c3aa5b16570a87d3ffd74b2d866ba8 (patch)
tree81ee44d9b5ef854b7a1694f000163454d0e3569e /Documentation
parent49349e988318d4bdf89b8c9a03916533bede4b8b (diff)
parentbdccbf704711602a8b728e6e75887f2e7c4193f5 (diff)
downloadgit-3e68f552f3c3aa5b16570a87d3ffd74b2d866ba8.zip
git-3e68f552f3c3aa5b16570a87d3ffd74b2d866ba8.tar.gz
git-3e68f552f3c3aa5b16570a87d3ffd74b2d866ba8.tar.bz2
Merge branch 'mt/doc-worktree-ref'
Docfix. * mt/doc-worktree-ref: config doc: fix reference to config.worktree info
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/config.txt11
1 files changed, 6 insertions, 5 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt
index 74009d5..ef0768b 100644
--- a/Documentation/config.txt
+++ b/Documentation/config.txt
@@ -3,11 +3,12 @@ CONFIGURATION FILE
The Git configuration file contains a number of variables that affect
the Git commands' behavior. The files `.git/config` and optionally
-`config.worktree` (see `extensions.worktreeConfig` below) in each
-repository are used to store the configuration for that repository, and
-`$HOME/.gitconfig` is used to store a per-user configuration as
-fallback values for the `.git/config` file. The file `/etc/gitconfig`
-can be used to store a system-wide default configuration.
+`config.worktree` (see the "CONFIGURATION FILE" section of
+linkgit:git-worktree[1]) in each repository are used to store the
+configuration for that repository, and `$HOME/.gitconfig` is used to
+store a per-user configuration as fallback values for the `.git/config`
+file. The file `/etc/gitconfig` can be used to store a system-wide
+default configuration.
The configuration variables are used by both the Git plumbing
and the porcelains. The variables are divided into sections, wherein