summaryrefslogtreecommitdiff
path: root/dgit
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2015-07-05 00:06:29 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2015-07-05 00:06:29 +0100
commite7c34101d87a60d326b657432f19e2b15edb8471 (patch)
tree8a54cf58bf421b6f15e4462de6bc3adc993f871b /dgit
parent4a1b8fa04cf960003af5b2bc3c54687a0e9d6945 (diff)
dgit: Do not verify the tag with git tag -v as well as git verify-tag, ie suppress some noise output.
Diffstat (limited to 'dgit')
-rwxr-xr-xdgit1
1 files changed, 0 insertions, 1 deletions
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();