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
@@ -644,6 +644,9 @@ sub wildo_match {
644
/^Needs? / || /^Expecting / || /^May want to /) {
645
return 1;
646
}
647
+ if (/^I think this is ready for /) {
648
+ return 1;
649
+ }
650
return 0;
651
}
652