tag -v: use RUN_GIT_CMD to run verify-tag
commita6ccbbdb66be4e4b90bd54fc644d6366491996b5
authorJonathan Nieder <jrnieder@gmail.com>
Thu, 15 Apr 2010 09:36:25 +0000 (15 04:36 -0500)
committerJunio C Hamano <gitster@pobox.com>
Sat, 17 Apr 2010 19:40:19 +0000 (17 12:40 -0700)
tree0fa084b65ce210b4edfbaadd94b7a90f412ab8c5
parent3e8c0eb48f25de62d6f48168487180363fa86cfb
tag -v: use RUN_GIT_CMD to run verify-tag

This is the preferred way to run a git command.

The only obvious observable effects I can think of are that the exec
is properly reported in GIT_TRACE output and that verifying signed
tags will still work if the git-verify-tag hard link in gitexecdir
goes missing.

Helped-by: Johannes Sixt <j6t@kdbg.org>
Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/tag.c