diff --git a/Reintegrate b/Reintegrate index b4a64fb275..34ba795c82 100755 --- a/Reintegrate +++ b/Reintegrate @@ -42,7 +42,7 @@ annotate_merge () { my @msg = (); while (<$fh>) { chomp; - if (/^\* $branch /) { + if (/^\* \Q$branch\E /) { $in_section = 1; next; }