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. -- Jakub Narebski Warsaw, Poland ShadeHawk on #git - 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