Merge branch 'st/verify-tag'
commitb559121e3ce56f221280314e4c5f1bdb75d4c32e
authorJunio C Hamano <gitster@pobox.com>
Fri, 29 Apr 2016 19:59:09 +0000 (29 12:59 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 29 Apr 2016 19:59:09 +0000 (29 12:59 -0700)
tree63cf61a5fd61bee800f892e18d8403e0ed30c287
parentf9dd74134ad98c80f36d2cf57cd368f5efc8df08
parentbef234b09e5c3b2f63429fb49aff983f6f617f22
Merge branch 'st/verify-tag'

Unify internal logic between "git tag -v" and "git verify-tag"
commands by making one directly call into the other.

* st/verify-tag:
  tag -v: verify directly rather than exec-ing verify-tag
  verify-tag: move tag verification code to tag.c
  verify-tag: prepare verify_tag for libification
  verify-tag: update variable name and type
  t7030: test verifying multiple tags
  builtin/verify-tag.c: ignore SIGPIPE in gpg-interface
builtin/tag.c