summaryrefslogtreecommitdiff
path: root/dgit
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2022-12-28 19:21:40 +0000
committerIan Jackson <ijackson@chiark.greenend.org.uk>2022-12-28 20:08:38 +0000
commit3e7cd04f77b979446722f77671b6628c09d6489c (patch)
tree866d314df1e219747488101ce6de7c4d533e80f9 /dgit
parent95dc0dca301a9b95bb5fdb3c18bd5f1c4908407e (diff)
tainted-objects (cleanup): Do hint addition in common message prep
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
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;