Merge branch 'sg/gpg-sig'
authorJunio C Hamano <gitster@pobox.com>
Fri, 5 Apr 2013 21:15:16 +0000 (14:15 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 5 Apr 2013 21:15:16 +0000 (14:15 -0700)
Teach "merge/pull" to optionally verify and reject commits that are
not signed properly.

* sg/gpg-sig:
pretty printing: extend %G? to include 'N' and 'U'
merge/pull Check for untrusted good GPG signatures
merge/pull: verify GPG signatures of commits being merged
commit.c/GPG signature verification: Also look at the first GPG status line
Move commit GPG signature verification to commit.c

1  2 
Documentation/merge-options.txt
builtin/merge.c
Simple merge
diff --cc builtin/merge.c
Simple merge