Code

log-tree: show mergetag in log --show-signature output
authorJunio C Hamano <gitster@pobox.com>
Wed, 4 Jan 2012 21:51:28 +0000 (13:51 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 5 Jan 2012 21:02:27 +0000 (13:02 -0800)
commit824958e50b250e957998626a21763603ca30e832
tree5831ae9621501ab28237f16e230e8b4420c31940
parentc6b3ec41e2efdd9e05118c2e99ad70f0e0629873
log-tree: show mergetag in log --show-signature output

A commit object that merges a signed tag records the "mergetag" extended
header. Check the validity of the GPG signature on it, and show it in a
way similar to how "gpgsig" extended header is shown.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
log-tree.c