]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'rs/config-set-multi-error-message-fix' into next
authorJunio C Hamano <gitster@pobox.com>
Wed, 26 Nov 2025 18:33:30 +0000 (10:33 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 26 Nov 2025 18:33:30 +0000 (10:33 -0800)
commit639a1e26d2ef4e05f844ed3733d6c02f8b35c32c
treeff45fa187eff3dc26d2fc91279fd86503d22f361
parent31e282f4ae7f89ac6606c1737b35091e26a341ba
parentdf963f0df4756fa751bfbb39e104d004e3f7d60b
Merge branch 'rs/config-set-multi-error-message-fix' into next

The error message given by "git config set", when the variable
being updated has more than one values defined, used old style "git
config" syntax with an incorrect option in its hint, both of which
have been corrected.

* rs/config-set-multi-error-message-fix:
  config: fix suggestion for failed set of multi-valued option
builtin/config.c