From e50c6fa8254f1104a18486f37ec94b3c66a243ba Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Sat, 16 Feb 2008 23:20:48 -0800 Subject: [PATCH] UWC: match the beginning of message a bit more loosely --- UWC | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UWC b/UWC 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; -- 2.47.3