Jakub Narebski <jnareb@xxxxxxxxx> writes: > Junio C Hamano wrote: > >> Jakub Narebski <jnareb@xxxxxxxxx> writes: >> >>> As pickaxe search (selected using undocumented 'pickaxe:' operator in >>> search query) is resource consuming, allow to turn it on/off using >>> feature meachanism. >> >> I do not have a problem against making it configurable. >> >>> + 'pickaxe' => { >>> + 'sub' => \&feature_pickaxe, >>> + 'override' => 0, >>> + 'default' => [0]}, >>> ); >> >> The patch suggests that it is turned off by default right now; I >> have not checked it myself, but is that the case? > > No, it is not. Currently it is turned on, _but_ undocumented. Then it would be nice to make it documented and keep the default perhaps? - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html