author | Jonathan Nieder <jrnieder@gmail.com> | |
Thu, 15 Apr 2010 09:36:25 +0000 (04:36 -0500) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sat, 17 Apr 2010 19:40:19 +0000 (12:40 -0700) | ||
commit | a6ccbbdb66be4e4b90bd54fc644d6366491996b5 | |
tree | 0fa084b65ce210b4edfbaadd94b7a90f412ab8c5 | tree | snapshot |
parent | 3e8c0eb48f25de62d6f48168487180363fa86cfb | commit | diff |
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>
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 | diff | blob | history |