From 830c7a438b029ace08b681e0b5458bd86266315e Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 5 Jan 2017 19:26:37 +0000 Subject: [PATCH 1/1] badcommit-fixup: remove some debug --- badcommit-fixup | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/badcommit-fixup b/badcommit-fixup index b1268f5b..45731210 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 $!; -- 2.30.2