]> git.ipfire.org Git - thirdparty/git.git/commit
config: use --value instead of value-pattern
authorKristoffer Haugsbakk <code@khaugsbakk.name>
Tue, 1 Jul 2025 15:14:31 +0000 (17:14 +0200)
committerJunio C Hamano <gitster@pobox.com>
Tue, 1 Jul 2025 17:28:44 +0000 (10:28 -0700)
commitd46f69862645e31cbf25c8bb53f0761f03860533
tree3eaa99f9148f08b712051d8ba02d6d1c13379b14
parent5ba6e6cfe3c6279019d8a1d915bd0e9f35b177c4
config: use --value instead of value-pattern

This option was introduced in a series of commits from fe3ccc7aab (Merge
branch 'ps/config-subcommands', 2024-05-15) and deprecated
`value-pattern`.  But `value-pattern` is still used throughout the doc.

The deprecated modes have been quarantined in the “Deprecated Modes”
section.  So let’s only use `--value=<pattern>` in the rest of the doc.

Acked-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Kristoffer Haugsbakk <code@khaugsbakk.name>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-config.adoc