diff options
author | Philip Oakley <philipoakley@iee.email> | 2021-09-13 22:23:05 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2021-09-13 14:51:07 -0700 |
commit | ae578de926ef4323c0b6f0748616ee2a569667ac (patch) | |
tree | 18d8acf6cbdf0065af4e7724420e4e5f38aded61 /Documentation | |
parent | Git 2.33 (diff) | |
download | tgif-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.txt | 3 |
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 ------- |