aboutsummaryrefslogtreecommitdiff
path: root/t/t7612-merge-verify-signatures.sh
Commit message (Collapse)AuthorAge
* merge/pull Check for untrusted good GPG signaturesSebastian Götte2013-03-31
| | | | | | | | 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>
* merge/pull: verify GPG signatures of commits being mergedSebastian Götte2013-03-31
When --verify-signatures is specified on the command-line of git-merge or git-pull, check whether the commits being merged have good gpg signatures and abort the merge in case they do not. This allows e.g. auto-deployment from untrusted repo hosts. Signed-off-by: Sebastian Götte <jaseg@physik-pool.tu-berlin.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>