]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'hn/config-typo-advice' into seen
authorJunio C Hamano <gitster@pobox.com>
Fri, 29 May 2026 04:01:37 +0000 (13:01 +0900)
committerJunio C Hamano <gitster@pobox.com>
Fri, 29 May 2026 04:01:37 +0000 (13:01 +0900)
commit73f6be6f48bcf23ae219bff20229582a04c4f389
tree069838519577ac82d6a5508518d7c882cee78485
parentf9f53096b9706da37a3e412553c65cd4cc1514bc
parentb1555c86b54a900ae6be8838971889c9dd541b72
Merge branch 'hn/config-typo-advice' into seen

"git config foo.bar=baz" is not likely to be a request to read the
value of such a variable with '=' in its name; rather it is plausible
that the user meant "git config set foo.bar baz".  Give advice when
giving an error message.

* hn/config-typo-advice:
  config: suggest the correct form when key contains "=" in set context
t/t1300-config.sh