]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Meta/cook: notice 'I think this is ready'
authorJunio C Hamano <gitster@pobox.com>
Mon, 19 Aug 2013 20:37:24 +0000 (13:37 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 19 Aug 2013 20:37:24 +0000 (13:37 -0700)
cook

diff --git a/cook b/cook
index 2470dd686a258eb6636a8224d1c548daaef72d1e..c86108ec75b8f886bfcd692fbee5248f8df0d332 100755 (executable)
--- a/cook
+++ b/cook
@@ -644,6 +644,9 @@ sub wildo_match {
            /^Needs? / || /^Expecting / || /^May want to /) {
                return 1;
        }
+       if (/^I think this is ready for /) {
+               return 1;
+       }
        return 0;
 }