From: Junio C Hamano Date: Mon, 26 Aug 2024 17:31:19 +0000 (-0700) Subject: git-config.1: --get-all description update X-Git-Tag: v2.46.1~2^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=686e9f616fea49f892ee400b4a5424ffef8dc3bb;p=thirdparty%2Fgit.git git-config.1: --get-all description update "git config --get-all foo.bar" shows all values for the foo.bar variable, but does not give the variable name in each output entry. Hence it is equivalent to "git config get --all foo.bar", without "--show-names", in the more modern syntax. Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-config.txt b/Documentation/git-config.txt index 65c645d461..c4c9ed1e98 100644 --- a/Documentation/git-config.txt +++ b/Documentation/git-config.txt @@ -309,7 +309,7 @@ recommended to migrate to the new syntax. Replaced by `git config get [--value=] `. --get-all []:: - Replaced by `git config get [--value=] --all --show-names `. + Replaced by `git config get [--value=] --all `. --get-regexp :: Replaced by `git config get --all --show-names --regexp `.