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
@ -85,8 +85,8 @@ option can be used to override --squash.
|
||||
|
||||
--verify-signatures::
|
||||
--no-verify-signatures::
|
||||
Verify that the commits being merged have good GPG signatures and abort the
|
||||
merge in case they do not.
|
||||
Verify that the commits being merged have good and trusted GPG signatures
|
||||
and abort the merge in case they do not.
|
||||
|
||||
--summary::
|
||||
--no-summary::
|
||||
|
Reference in New Issue
Block a user