mirror of
https://github.com/git/git.git
synced 2025-12-12 20:36:24 +01:00
merge/pull Check for untrusted good GPG signatures
When --verify-signatures is specified, abort the merge in case a good GPG signature from an untrusted key is encountered. Signed-off-by: Sebastian Götte <jaseg@physik-pool.tu-berlin.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
committed by
Junio C Hamano
parent
efed002249
commit
eb307ae7bb
@@ -6,6 +6,7 @@ struct signature_check {
|
||||
char *gpg_status;
|
||||
char result; /* 0 (not checked),
|
||||
* N (checked but no further result),
|
||||
* U (untrusted good),
|
||||
* G (good)
|
||||
* B (bad) */
|
||||
char *signer;
|
||||
|
||||
Reference in New Issue
Block a user