commit | f6667c5ee8148af28cc97049695f60f5105b3061 | [log] [tgz] |
---|---|---|
author | Junio C Hamano <gitster@pobox.com> | Fri Oct 21 21:06:02 2011 -0700 |
committer | Junio C Hamano <gitster@pobox.com> | Sat Nov 12 22:27:38 2011 -0800 |
tree | 5da1cb6ba65c876b989652d75be56cd9760aa7b0 | |
parent | 247503f28fe25e400df6542cf72ade7c5b6cfacf [diff] |
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>