]> git.ipfire.org Git - thirdparty/git.git/commitdiff
UWC: match the beginning of message a bit more loosely
authorJunio C Hamano <gitster@pobox.com>
Sun, 17 Feb 2008 07:20:48 +0000 (23:20 -0800)
committerJunio C Hamano <gitster@pobox.com>
Sun, 17 Feb 2008 07:20:48 +0000 (23:20 -0800)
UWC

diff --git a/UWC b/UWC
index 8f3bfb2535371de9a0304c3c06ab77b104661419..846dc6b112e3ebe1056837b9b704e69f2e2a57fd 100755 (executable)
--- 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;