diff options
| author | Junio C Hamano <gitster@pobox.com> | 2026-01-21 16:16:27 -0800 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2026-01-21 16:16:28 -0800 |
| commit | c0b4d2097998292299749d79c8b3c51322927253 (patch) | |
| tree | 843a2446c4efca5f20651a264b16b7697d62d5bb /Documentation | |
| parent | e13de9ed8ea8a6aedfb3e0c0a0c4e914db82355a (diff) | |
| parent | 5814b04c02a983b3810f7b25acb024608c5246bb (diff) | |
| download | git-c0b4d2097998292299749d79c8b3c51322927253.tar.xz | |
Merge branch 'ps/config-doc-get-urlmatch-fix'
Docfix.
* ps/config-doc-get-urlmatch-fix:
Documentation/config: fix replacement for --get-urlmatch
Diffstat (limited to 'Documentation')
| -rw-r--r-- | Documentation/git-config.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-config.adoc b/Documentation/git-config.adoc index cc054fa7e1..ac3b536a15 100644 --- a/Documentation/git-config.adoc +++ b/Documentation/git-config.adoc @@ -332,7 +332,7 @@ recommended to migrate to the new syntax. Replaced by `git config get --all --show-names --regexp <name-regexp>`. --get-urlmatch <name> <URL>:: - Replaced by `git config get --all --show-names --url=<URL> <name>`. + Replaced by `git config get --url=<URL> <name>`. --get-color <name> [<default>]:: Replaced by `git config get --type=color [--default=<default>] <name>`. |
