From e7c34101d87a60d326b657432f19e2b15edb8471 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 5 Jul 2015 00:06:29 +0100 Subject: dgit: Do not verify the tag with git tag -v as well as git verify-tag, ie suppress some noise output. --- dgit | 1 - 1 file changed, 1 deletion(-) (limited to 'dgit') diff --git a/dgit b/dgit index 366c456..066f2a6 100755 --- a/dgit +++ b/dgit @@ -1823,7 +1823,6 @@ sub dopush ($) { my $tag_obj_hash = cmdoutput @git, qw(hash-object -w -t tag), $tagobjfn; runcmd_ordryrun @git, qw(verify-tag), $tag_obj_hash; runcmd_ordryrun_local @git, qw(update-ref), "refs/tags/$tag", $tag_obj_hash; - runcmd_ordryrun @git, qw(tag -v --), $tag; if (!check_for_git()) { create_remote_git_repo(); -- cgit v1.2.3