From: Junio C Hamano <hidden> Date: 2016-06-15 22:48:10
Giuseppe Bilotta [off-list ref] writes:
+ my %notes = () ;
+ foreach my $note_ref (@note_refs) {
+ my $obj = "$note_ref:$co{'id'}";
I think this look-up is wrong (meaning: will stop working anytime in the
future, and needs to be rewritten).
Other parts of this patch looked Ok from a cursory reading, though.