gpg-interface: drop pointless config_error_nonbool() checks
commit004c9432f7e4c9f1f3b915b0785d0f175dc664fe
authorJeff King <peff@peff.net>
Thu, 7 Dec 2023 07:26:31 +0000 (7 02:26 -0500)
committerJunio C Hamano <gitster@pobox.com>
Fri, 8 Dec 2023 23:26:22 +0000 (9 08:26 +0900)
tree51d909c2f2c76b64e96f8d1dffa57000a54c3f3b
parent37e8a341ea7719cd91d1b6172c171d2ffe2d6374
gpg-interface: drop pointless config_error_nonbool() checks

Config callbacks which use git_config_string() or git_config_pathname()
have no need to check for a NULL value. This is handled automatically
by those helpers.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
gpg-interface.c