Code

pretty: %G[?GS] placeholders test-another
authorJunio C Hamano <gitster@pobox.com>
Sat, 22 Oct 2011 04:06:02 +0000 (21:06 -0700)
committerJunio C Hamano <gitster@pobox.com>
Sat, 22 Oct 2011 04:52:56 +0000 (21:52 -0700)
commit5f549aa2f78314ac37bbd436c8f80aea4c752e07
treedb079155794727ac821adfba2eb68b330cc0c120
parent33a11a20eb7610771268e34211509cbbdee76b1e
pretty: %G[?GS] placeholders

Add new placeholders related to the GPG signature on signed commits.

 - %GG to show the raw verification message from GPG;
 - %G? to show either "G" for Good, "B" for Bad;
 - %GS to show the name of the signer.

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