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-10-12 23:51:34 +0300
committerJunio C Hamano <gitster@pobox.com>2021-10-12 23:51:35 +0300
commitee8870a800e53a041e42196bb5eec5b5018d920f (patch)
tree226293a7487702c4925caf362a9e22dee2581f7b /Documentation
parent25ed97c61bbc64cfe80e35a457f3e4f447a84e11 (diff)
parentae578de926ef4323c0b6f0748616ee2a569667ac (diff)
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
-------