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
index 8f3bfb2535..846dc6b112 100755
--- a/UWC
+++ b/UWC
@@ -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;