Meta/Reintegrate: omit source message ID from the merge message

This commit is contained in:
Junio C Hamano
2022-10-10 14:33:26 -07:00
parent 72b3189970
commit 82f56fe383

View File

@@ -63,6 +63,7 @@ annotate_merge () {
}
next unless ($in_section && $in_desc);
next if (/Originally merged to '\''next'\'' on ([-0-9]+)/);
next if (/^source: /);
last if (wildo_match($_));
push @msg, "$_\n";
}