From: Ian Jackson Date: Thu, 5 Jan 2017 19:26:37 +0000 (+0000) Subject: badcommit-fixup: remove some debug X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=dgit-junk.git;a=commitdiff_plain;h=5c1cda22518bcb6acbabf9a360380ce419f1bede;hp=39cc24aae5802546520fad6851c64ad5793f4975 badcommit-fixup: remove some debug --- diff --git a/badcommit-fixup b/badcommit-fixup index b1268f5..4573121 100755 --- a/badcommit-fixup +++ b/badcommit-fixup @@ -202,10 +202,8 @@ foreach my $rline (split /\n/, $refs) { my $rewrite; if ($type eq 'commit') { $rewrite = rewrite_commit($obj); -print STDERR "RW? $refname $obj $rewrite\n"; if ($refname =~ m{^refs/dgit/[^/]+$} && $rewrite ne $obj) { -print STDERR "RW $refname\n"; $rewrite = rewrite_commit_adddummy $refname, $obj, $rewrite; } } elsif ($type eq 'tag') { @@ -220,7 +218,7 @@ print STDERR "RW $refname\n"; our $worktree; -print Dumper(\@updates); +#print Dumper(\@updates); open U, "|git update-ref -m 'dgit bad commit fixup' --stdin" or die $!;