diff options
author | Junio C Hamano <gitster@pobox.com> | 2021-09-23 13:44:47 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2021-09-23 13:44:47 -0700 |
commit | 68658a867d545e5ba3c55e0869bd696cc138f766 (patch) | |
tree | 5066606589d17babe67654655ed9efa005d7fb8a | |
parent | Merge branch 'jk/http-server-protocol-versions' (diff) | |
parent | doc: config, tell readers of `git help --config` (diff) | |
download | tgif-68658a867d545e5ba3c55e0869bd696cc138f766.tar.xz |
Merge branch 'po/git-config-doc-mentions-help-c'
Doc update.
* po/git-config-doc-mentions-help-c:
doc: config, tell readers of `git help --config`
-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 ------- |