Git signing tags and log

197 Views Asked by At

I have have several signed tags on my repository. When I use:

$git show tag_name

the pgp signature appears, between all information on the tag.

However if I use:

 git log --pretty="format:%H %G?"

the option %G? displays always N, as if none of the tags had been signed. Why does this happen?

Thank you!

0

There are 0 best solutions below