summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorLibravatar Philip Oakley <philipoakley@iee.email>2021-09-13 22:23:05 +0100
committerLibravatar Junio C Hamano <gitster@pobox.com>2021-09-13 14:51:07 -0700
commitae578de926ef4323c0b6f0748616ee2a569667ac (patch)
tree18d8acf6cbdf0065af4e7724420e4e5f38aded61 /Documentation
parentGit 2.33 (diff)
downloadtgif-ae578de926ef4323c0b6f0748616ee2a569667ac.tar.xz
doc: config, tell readers of `git help --config`
The `git help` command gained the ability to list config variables in 3ac68a93fd (help: add --config to list all available config, 2018-05-26) but failed to tell readers of the config documenation itself. Provide that cross reference. Signed-off-by: Philip Oakley <philipoakley@iee.email> Signed-off-by: Junio C Hamano <gitster@pobox.com>
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
-------