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>
maint
Philip Oakley 2021-09-13 22:23:05 +01:00 committed by Junio C Hamano
parent 225bc32a98
commit ae578de926
1 changed files with 3 additions and 0 deletions

View 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
-------