Elia Pinto <gitter.spiros@xxxxxxxxx> writes: > Can you suggest what do you think can be useful placeholders ? Thanks. That is a weird question. > 2011/10/22, Junio C Hamano <gitster@xxxxxxxxx>: >> 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@xxxxxxxxx> >> --- >> * The 6th is the one that works with a bogus commit with NUL in it I sent >> out previously. >> >> This concludes the series; I'll leave the design and implementation of >> other useful placeholders to the list for now. I can think of random other placeholders off the top of my head purely by speculation without having real need [*1*], but they won't be much useful. People on the list who *want* to use this feature in their projects may have specific needs and they would be closer to what is needed in the real world use cases than what comes out of thin air by imagination. That is the reason why I left the enhancement to the list. If you have to ask that question because you do not have any specific need yourself, and especially if you have to ask it to *me*, then you should wait for others to come up with their real needs, just like what I am doing right now ;-). [Footnote] *1* - %GC that is replaced with COLOR_GREEN when Good signature is found, COLOR_RED when BAD signature is found, and COLOR_RESET when there is no signature; - %GD for the date the signature was made on (with date format variants); - %Gk for the type of the key and the Key-ID. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html