@leroysheep / LeeRoySheep / commits / bef3571944

Meta/cook: notice 'I think this is ready'

Junio C Hamano committed Aug 19, 2013 at 13:37 UTC bef35719446af8abe23bdb239f00e63c9324580b
1 file changed +3
cook
+3
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; }