]> git.99rst.org Git - git.git/commit
gpg-interface: drop pointless config_error_nonbool() checks
authorJeff King <redacted>
Thu, 7 Dec 2023 07:26:31 +0000 (02:26 -0500)
committerJunio C Hamano <redacted>
Fri, 8 Dec 2023 23:26:22 +0000 (08:26 +0900)
commit004c9432f7e4c9f1f3b915b0785d0f175dc664fe
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 <redacted>
Signed-off-by: Junio C Hamano <redacted>
gpg-interface.c
git clone https://git.99rst.org/PROJECT