santiago@nyu.edu writes:
From: Santiago Torres <redacted>
This is the sixth iteration of [1][2][3][4][5], and as a result of the
discussion in [5]. The main goal of this patch series is to bring
--format to git tag verification so that upper-layer tools can inspect
the content of a tag and make decisions based on it.
In this re-woll we:
* Changed the call interface so printing is done outside of verification.
* Fixed a couple of whitespace issues and whatnot.
With the small code structure change Peff suggested the result looks
much easier to read. I didn't spot any more problems.
Will replace what has been sitting in my tree. Thanks.