tag -v: verify directly rather than exec-ing verify-tag
authorSantiago Torres <santiago@nyu.edu>
Fri, 22 Apr 2016 14:52:05 +0000 (10:52 -0400)
committerJunio C Hamano <gitster@pobox.com>
Fri, 22 Apr 2016 21:06:46 +0000 (14:06 -0700)
commitbef234b09e5c3b2f63429fb49aff983f6f617f22
tree1cab460250434832500881c7102002462bfdbfa0
parent45a227ef769df9fc0d198f323d2f919aa74375e1
tag -v: verify directly rather than exec-ing verify-tag

Instead of having tag -v fork to run verify-tag, use the
gpg_verify_tag() function directly.

Helped-by: Eric Sunshine <sunshine@sunshineco.com>
Signed-off-by: Santiago Torres <santiago@nyu.edu>
Reviewed-by: Eric Sunshine <sunshine@sunshineco.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/tag.c