X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=dgit;h=c23ffa65758362c83b031e09474a75d59dbd8342;hb=acb8139b0c7f4de6287ab2c347170c88da8c89ad;hp=de53faa381c8a2574bbbde96f332d19a6218f2c1;hpb=c862568af896b84dce9c6581907abd3244e54dfb;p=dgit.git diff --git a/dgit b/dgit index de53faa3..c23ffa65 100755 --- a/dgit +++ b/dgit @@ -4361,7 +4361,7 @@ sub push_mktags ($$ $$ $) { # We make the git tag by hand because (a) that makes it easier # to control the "tagger" (b) we can do remote signing my $authline = clogp_authline $clogp; - my $dtxinfo = join(" ", "",@deliberatelies); + my @dtxinfo = @deliberatelies; my $mktag = sub { my ($tw) = @_; @@ -4382,6 +4382,7 @@ END %s release %s for %s (%s) [dgit] ENDT or confess "$!"; + my $dtxinfo = join(" ", "",@dtxinfo); print TO <