]> git.ipfire.org Git - thirdparty/git.git/commit
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)
commitae578de926ef4323c0b6f0748616ee2a569667ac
tree18d8acf6cbdf0065af4e7724420e4e5f38aded61
parent225bc32a989d7a22fa6addafd4ce7dcd04675dbf
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>
Documentation/git-config.txt