Commit 004c943
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 <[email protected]>
Signed-off-by: Junio C Hamano <[email protected]>1 parent 37e8a34 commit 004c943
1 file changed
+3
-12
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
762 | 762 | | |
763 | 763 | | |
764 | 764 | | |
765 | | - | |
766 | | - | |
767 | | - | |
| 765 | + | |
768 | 766 | | |
769 | | - | |
770 | 767 | | |
771 | | - | |
772 | | - | |
773 | | - | |
| 768 | + | |
774 | 769 | | |
775 | | - | |
776 | 770 | | |
777 | | - | |
778 | | - | |
779 | | - | |
| 771 | + | |
780 | 772 | | |
781 | | - | |
782 | 773 | | |
783 | 774 | | |
784 | 775 | | |
| |||
0 commit comments