From: Junio C Hamano Date: Mon, 15 Jun 2026 14:41:59 +0000 (-0700) Subject: Merge branch 'hn/config-typo-advice' X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cfe668204294fe5ad68b2cedc7892fc56d9e0451;p=thirdparty%2Fgit.git Merge branch 'hn/config-typo-advice' "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: improve diagnostic for "set" with missing value config: add git_config_key_is_valid() for quiet validation --- cfe668204294fe5ad68b2cedc7892fc56d9e0451