Re: [PATCH v4 5/7] builtin/tag: add --format argument for tag -v

2016-10-19 Thread Jeff King
On Fri, Oct 07, 2016 at 05:07:19PM -0400, santi...@nyu.edu wrote: > Adding --format to git tag -v mutes the default output of the GPG > verification and instead prints the formatted tag object. The same comments apply to "mutes" here, as to the previous patch (which is to say I think we may want

[PATCH v4 5/7] builtin/tag: add --format argument for tag -v

2016-10-07 Thread santiago
From: Lukas Puehringer Adding --format to git tag -v mutes the default output of the GPG verification and instead prints the formatted tag object. This allows callers to cross-check the tagname from refs/tags with the tagname from the tag object header upon GPG