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
@@ -63,6 +63,7 @@ annotate_merge () {
63
}
64
next unless ($in_section && $in_desc);
65
next if (/Originally merged to '\''next'\'' on ([-0-9]+)/);
66
+ next if (/^source: /);
67
last if (wildo_match($_));
68
push @msg, "$_\n";
69
}