Skip to content

Commit c0b4d20

Browse files
committed
Merge branch 'ps/config-doc-get-urlmatch-fix'
Docfix. * ps/config-doc-get-urlmatch-fix: Documentation/config: fix replacement for --get-urlmatch
2 parents e13de9e + 5814b04 commit c0b4d20

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Documentation/git-config.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ recommended to migrate to the new syntax.
332332
Replaced by `git config get --all --show-names --regexp <name-regexp>`.
333333
334334
--get-urlmatch <name> <URL>::
335-
Replaced by `git config get --all --show-names --url=<URL> <name>`.
335+
Replaced by `git config get --url=<URL> <name>`.
336336
337337
--get-color <name> [<default>]::
338338
Replaced by `git config get --type=color [--default=<default>] <name>`.

0 commit comments

Comments
 (0)