UWC: match the beginning of message a bit more loosely

Junio C Hamano committed Feb 16, 2008 at 23:20 UTC e50c6fa8254f1104a18486f37ec94b3c66a243ba
1 file changed +1 -1
UWC
+1 -1
@@ -43,7 +43,7 @@ sub parse_whats_cooking {
43 }
44
45 if (!defined $head) {
46 - if (/^Here are the topics that have been cooking\./) {
46 + if (/^Here are the topics that have been/) {
47 $head = $_;
48 }
49 next;