chiark / gitweb /
Tidy changelog and finalise for 0.30
[dgit.git] / dgit
diff --git a/dgit b/dgit
index 366c4566fc52f295957919a1e1039e97650f8dab..066f2a6c63fd0ef7ffb29ee968c083bdca8b86dd 100755 (executable)
--- 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();