Merge branch 'jk/gpg-trust-level-fix'
The "%GT" placeholder for the "--format" option of "git log" and friends caused BUG() to trigger on a commit signed with an unknown key, which has been corrected. * jk/gpg-trust-level-fix: gpg-interface: set trust level of missing key to "undefined"
This commit is contained in:
@ -650,7 +650,7 @@ int check_signature(struct signature_check *sigc,
|
||||
gpg_interface_lazy_init();
|
||||
|
||||
sigc->result = 'N';
|
||||
sigc->trust_level = -1;
|
||||
sigc->trust_level = TRUST_UNDEFINED;
|
||||
|
||||
fmt = get_format_by_sig(signature);
|
||||
if (!fmt)
|
||||
|
||||
Reference in New Issue
Block a user