]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'st/verify-tag'
authorJunio C Hamano <gitster@pobox.com>
Fri, 29 Apr 2016 19:59:09 +0000 (12:59 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 29 Apr 2016 19:59:09 +0000 (12:59 -0700)
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

1  2 
builtin/tag.c

diff --cc builtin/tag.c
Simple merge