From acb8139b0c7f4de6287ab2c347170c88da8c89ad Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Fri, 5 Jul 2019 13:53:19 +0100 Subject: dgit: push_mktags: Refactor introducing @dtxinfo No functional change. Signed-off-by: Ian Jackson --- dgit | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dgit b/dgit index de53faa..c23ffa6 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 <