summaryrefslogtreecommitdiff
path: root/dgit
diff options
context:
space:
mode:
Diffstat (limited to 'dgit')
-rwxr-xr-xdgit6
1 files changed, 1 insertions, 5 deletions
diff --git a/dgit b/dgit
index 10773dc..06e973a 100755
--- a/dgit
+++ b/dgit
@@ -4602,12 +4602,8 @@ END
my $ovstatus =
(grep m{^--deliberately-}, @{ $row->{overrides} })
? '' : undef;
- print STDERR tainted_objects_message $row, $ovstatus;
+ print STDERR tainted_objects_message $row, $ovstatus, \%hinted;
$trouble = 1;
- my $hint = $row->{hint};
- if (defined $hint and !$hinted{$hint}++) {
- print STDERR $hint;
- }
}
};
my $c_commit;