]> git.ipfire.org Git - thirdparty/git.git/commitdiff
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)
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

1  2 
builtin/config.c

Simple merge