summaryrefslogtreecommitdiffstats
path: root/config.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2020-05-01 14:53:51 -0700
committerJunio C Hamano <gitster@pobox.com>2020-05-01 14:53:51 -0700
commit864182b6457faf2455894d9a200acda0751f3c80 (patch)
tree06ab5e096eab9ff6ae4bcb46ce9f1c2515f43ff0 /config.txt
parent67cc2b7cdda7af3a7079b399a8a154d094efc649 (diff)
downloadgit-htmldocs-864182b6457faf2455894d9a200acda0751f3c80.tar.gz
Autogenerated HTML docs for v2.26.2-533-gb34789
Diffstat (limited to 'config.txt')
-rw-r--r--config.txt11
1 files changed, 6 insertions, 5 deletions
diff --git a/config.txt b/config.txt
index 74009d540..ef0768b91 100644
--- a/config.txt
+++ b/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