mirror of
https://github.com/git/git.git
synced 2026-08-07 16:42:02 +00:00
Meta/Reintegrate: omit source message ID from the merge message
This commit is contained in:
@@ -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";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user