UWC: match the beginning of message a bit more loosely

todo
Junio C Hamano 2008-02-16 23:20:48 -08:00
parent 151d4dc932
commit e50c6fa825
1 changed files with 1 additions and 1 deletions

2
UWC
View File

@ -43,7 +43,7 @@ sub parse_whats_cooking {
}

if (!defined $head) {
if (/^Here are the topics that have been cooking\./) {
if (/^Here are the topics that have been/) {
$head = $_;
}
next;