> * st/verify-tag (2016-10-10) 7 commits > - t/t7004-tag: Add --format specifier tests > - t/t7030-verify-tag: Add --format specifier tests > - builtin/tag: add --format argument for tag -v > - builtin/verify-tag: add --format to verify-tag > - tag: add format specifier to gpg_verify_tag > - ref-filter: add function to print single ref_array_item > - gpg-interface, tag: add GPG_VERIFY_QUIET flag > > "git tag" and "git verify-tag" learned to put GPG verification > status in their "--format=<placeholders>" output format. > > Waiting for a reroll. > cf. <20161007210721.20437-1-santiago@xxxxxxx> I don't know if this has been reported before: Some tests needs to be protected by GPG: +test_expect_success GPG 'verifying a proper tag with --format pass and format accordingly' test_expect_success GPG 'verifying a forged tag with --format fail and format accordingly' test_expect_success GPG 'verifying a forged tag with --format fail and format accordingly'