]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'rs/config-set-multi-error-message-fix'
authorJunio C Hamano <gitster@pobox.com>
Fri, 5 Dec 2025 05:49:59 +0000 (14:49 +0900)
committerJunio C Hamano <gitster@pobox.com>
Fri, 5 Dec 2025 05:49:59 +0000 (14:49 +0900)
commit644aed89218e4332270f3caaa734fd670a43646b
tree776ec1871f26e203c001a246f0c4c676b47f6290
parente74a6e0cb9cce36231cec633c703e887c42d5274
parentdf963f0df4756fa751bfbb39e104d004e3f7d60b
Merge branch 'rs/config-set-multi-error-message-fix'

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