]> git.99rst.org Git - git.git/commit
config: use config_error_nonbool() instead of custom messages
authorJeff King <redacted>
Thu, 7 Dec 2023 07:25:16 +0000 (02:25 -0500)
committerJunio C Hamano <redacted>
Fri, 8 Dec 2023 23:26:22 +0000 (08:26 +0900)
commit92cecce0de87aa8cc54c3a9671554cb64a7c72fa
treef18dd789fd425fd9f03d422bc9be8e9f7d51970a
parent0dda4ce9f697a9ddfc1b2a3825dc07827a99d942
config: use config_error_nonbool() instead of custom messages

A few config callbacks use their own custom messages to report an
unexpected implicit bool like:

  [merge "foo"]
  driver

These should just use config_error_nonbool(), so the user sees
consistent messages.

Signed-off-by: Jeff King <redacted>
Signed-off-by: Junio C Hamano <redacted>
imap-send.c
merge-ll.c
xdiff-interface.c
git clone https://git.99rst.org/PROJECT