summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2021-09-23 13:44:47 -0700
committerLibravatar Junio C Hamano <gitster@pobox.com>2021-09-23 13:44:47 -0700
commit68658a867d545e5ba3c55e0869bd696cc138f766 (patch)
tree5066606589d17babe67654655ed9efa005d7fb8a /Documentation
parentMerge branch 'jk/http-server-protocol-versions' (diff)
parentdoc: config, tell readers of `git help --config` (diff)
downloadtgif-68658a867d545e5ba3c55e0869bd696cc138f766.tar.xz
Merge branch 'po/git-config-doc-mentions-help-c'
Doc update. * po/git-config-doc-mentions-help-c: doc: config, tell readers of `git help --config`
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/git-config.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/git-config.txt b/Documentation/git-config.txt
index 2dc4bae6da..992225f612 100644
--- a/Documentation/git-config.txt
+++ b/Documentation/git-config.txt
@@ -71,6 +71,9 @@ codes are:
On success, the command returns the exit code 0.
+A list of all available configuration variables can be obtained using the
+`git help --config` command.
+
[[OPTIONS]]
OPTIONS
-------