From: Junio C Hamano Date: Mon, 19 Aug 2013 20:37:24 +0000 (-0700) Subject: Meta/cook: notice 'I think this is ready' X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bef35719446af8abe23bdb239f00e63c9324580b;p=thirdparty%2Fgit.git Meta/cook: notice 'I think this is ready' --- 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; }