Meta/Reintegrate: omit source message ID from the merge message
Junio C Hamano committed
Oct 10, 2022 at 14:33 UTC
82f56fe383c1c71f3107b6b0f24ad9786afd079c
1 file changed
+1
Reintegrate
+1
index 85d95bcecb..ddff2664bc 100755
--- a/Reintegrate
+++ b/Reintegrate
@@ -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";
}