From 3e7cd04f77b979446722f77671b6628c09d6489c Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Wed, 28 Dec 2022 19:21:40 +0000 Subject: tainted-objects (cleanup): Do hint addition in common message prep Signed-off-by: Ian Jackson --- dgit | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'dgit') 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; -- cgit v1.2.3