Skip to content

Commit 686e9f6

Browse files
committed
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 <[email protected]>
1 parent 6a562e6 commit 686e9f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/git-config.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ recommended to migrate to the new syntax.
309309
Replaced by `git config get [--value=<pattern>] <name>`.
310310

311311
--get-all <name> [<value-pattern>]::
312-
Replaced by `git config get [--value=<pattern>] --all --show-names <name>`.
312+
Replaced by `git config get [--value=<pattern>] --all <name>`.
313313

314314
--get-regexp <name-regexp>::
315315
Replaced by `git config get --all --show-names --regexp <name-regexp>`.

0 commit comments

Comments
 (0)