From bef35719446af8abe23bdb239f00e63c9324580b Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Mon, 19 Aug 2013 13:37:24 -0700 Subject: [PATCH] Meta/cook: notice 'I think this is ready' --- cook | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cook b/cook index 2470dd686a..c86108ec75 100755 --- 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; } -- 2.47.3