Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2021-09-23 23:44:47 +0300
committerJunio C Hamano <gitster@pobox.com>2021-09-23 23:44:47 +0300
commit68658a867d545e5ba3c55e0869bd696cc138f766 (patch)
tree5066606589d17babe67654655ed9efa005d7fb8a /Documentation
parentcabb41d0f6c93077229502e7c2d57397808393c8 (diff)
parentae578de926ef4323c0b6f0748616ee2a569667ac (diff)
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
-------