+dgit (0.16~experimental2) experimental; urgency=low
+
+  * 
+
+ --
+
 dgit (0.16~experimental1) experimental; urgency=low
 
   * WIP remote functionality.  Untested, do not use.
 
        runcmd_ordryrun @sign_cmd;
        if (!$dryrun) {
            $tagobjfn = $tfn->('.signed.tmp');
-           runcmd shell_cmd "> $tagobjfn", qw(cat --),
+           runcmd shell_cmd "exec >$tagobjfn", qw(cat --),
                $tfn->('.tmp'), $tfn->('.tmp.asc');
        }
     }
-    my $tag_obj_hash = runcmd @git, qw(hash-object -w -t tag), $tagobjfn;
+    my $tag_obj_hash = cmdoutput @git, qw(hash-object -w -t tag), $tagobjfn;
     runcmd_ordryrun @git, qw(verify-tag), $tag_obj_hash;
     runcmd_ordryrun @git, qw(update-ref), "refs/tags/$tag", $tag_obj_hash;
     runcmd_ordryrun @git, qw(tag -v --), $tag;