summaryrefslogtreecommitdiff
path: root/sys/man/1
diff options
context:
space:
mode:
authorkemal <kemalinanc8@gmail.com>2021-06-08 20:13:57 +0000
committerkemal <kemalinanc8@gmail.com>2021-06-08 20:13:57 +0000
commit09b0eb0d1ac7a66569263d2c48aea96e524ccebe (patch)
tree91eec5b316bc9208110964c5ab20cdfe2d624452 /sys/man/1
parenta859d53145823ea0c7aff7eadde75c92fdc8d7d1 (diff)
git/conf: check in /sys/lib/git/config as a fallback to user-wide config
Diffstat (limited to 'sys/man/1')
-rw-r--r--sys/man/1/git6
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/man/1/git b/sys/man/1/git
index ad903a44d..eda0c7e81 100644
--- a/sys/man/1/git
+++ b/sys/man/1/git
@@ -631,8 +631,12 @@ $repo/.git/config
The configuration file for a repository.
.TP
$home/lib/git/config
-The global configuration for git.
+The user-wide configuration for git.
The contents of this file are used as fallbacks for the per-repository config.
+.TP
+/sys/lib/git/config
+The system-wide configuration for git.
+The contents of this file are used as fallbacks for the per-user config.
.SH SEE ALSO
.IR hg (1)