]> git.ipfire.org Git - thirdparty/git.git/commit - pretty.c
pretty: %G[?GS] placeholders
authorJunio C Hamano <gitster@pobox.com>
Sat, 22 Oct 2011 04:06:02 +0000 (21:06 -0700)
committerJunio C Hamano <gitster@pobox.com>
Sun, 13 Nov 2011 06:27:38 +0000 (22:27 -0800)
commitf6667c5ee8148af28cc97049695f60f5105b3061
tree5da1cb6ba65c876b989652d75be56cd9760aa7b0
parent247503f28fe25e400df6542cf72ade7c5b6cfacf
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