Skip Menu |

This queue is for tickets about the Dist-Zilla-Plugin-Git CPAN distribution.

Report information
The Basics
Id: 55647
Status: resolved
Priority: 0/
Queue: Dist-Zilla-Plugin-Git

People
Owner: Nobody in particular
Requestors: ABH [...] cpan.org
jhelwig [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: (no value)
Fixed in: (no value)



Subject: Support signed tags
In addition to being able to create annotated tags, it would be nice, if you could specify they are GPG signed as well. Possibly specifying the key to use. Automating this: git tag -s [-u <key-id>] -m 'Tagging v1.0'
On Wed Mar 17 00:42:56 2010, jhelwig wrote: Show quoted text
> In addition to being able to create annotated tags, it would be nice, if > you could specify they are GPG signed as well. Possibly specifying the > key to use. > > Automating this: git tag -s [-u <key-id>] -m 'Tagging v1.0'
good idea - however, i'm short on tuits those days... so, in the meantime: "patches welcome"! :-)
On Mon May 03 11:11:12 2010, JQUELIN wrote: Show quoted text
> good idea - however, i'm short on tuits those days... so, in the > meantime: "patches welcome"! :-)
How does this look? https://github.com/jquelin/dist-zilla-plugin- git/pull/15
thanks, merged & released.