]> git.ipfire.org Git - thirdparty/git.git/commitdiff
doc: config, tell readers of `git help --config`
authorPhilip Oakley <philipoakley@iee.email>
Mon, 13 Sep 2021 21:23:05 +0000 (22:23 +0100)
committerJunio C Hamano <gitster@pobox.com>
Mon, 13 Sep 2021 21:51:07 +0000 (14:51 -0700)
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>
Documentation/git-config.txt

index 2dc4bae6da9a5c3fbc6925e896af8411935f9893..992225f61295d1f24329ec1a25c57dd2a18e538c 100644 (file)
@@ -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
 -------