cgwalters / git-evtag

Extended verification for git tags
Other
129 stars 13 forks source link

Make it easier to verify tags using specific keys #3

Open cgwalters opened 9 years ago

cgwalters commented 9 years ago

git tag --verify uses the user's default keyring.

I'd at least like to support git-evtag --verify-with-key=1CEC7A9DF7DA85ABEF843DC0A866D7CCAE087291 for example.

cgwalters commented 9 years ago

https://github.com/cgwalters/homegit/blob/master/bin/git-verify-tag-with-key is a python/shell implementation of this.