summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2021-10-12 13:51:34 -0700
committerLibravatar Junio C Hamano <gitster@pobox.com>2021-10-12 13:51:35 -0700
commitee8870a800e53a041e42196bb5eec5b5018d920f (patch)
tree226293a7487702c4925caf362a9e22dee2581f7b /Documentation
parentMerge branch 'kz/revindex-comment-fix' into maint (diff)
parentdoc: config, tell readers of `git help --config` (diff)
downloadtgif-ee8870a800e53a041e42196bb5eec5b5018d920f.tar.xz
Merge branch 'po/git-config-doc-mentions-help-c' into maint
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
-------