X-Git-Url: https://git.ladys.computer/Gitweb/blobdiff_plain/cd525f2cf8038baf70927b226068e26bfdf15d8ff8caffdc0fc356b7adeaa721..bc2b612fedaf5a6a0bd0fc4d1ae3fad19d8687a035dc064dfc7b6ee09cb9daf5:/gitweb.perl diff --git a/gitweb.perl b/gitweb.perl index dacd4dc..bc3dd5e 100755 --- a/gitweb.perl +++ b/gitweb.perl @@ -329,6 +329,7 @@ our %feature = ( # Enable grep search, which will list the files in currently selected # tree containing the given string. Enabled by default. This can be # potentially CPU-intensive, of course. + # Note that you need to have 'search' feature enabled too. # To enable system wide have in $GITWEB_CONFIG # $feature{'grep'}{'default'} = [1]; @@ -343,6 +344,7 @@ our %feature = ( # Enable the pickaxe search, which will list the commits that modified # a given string in a file. This can be practical and quite faster # alternative to 'blame', but still potentially CPU-intensive. + # Note that you need to have 'search' feature enabled too. # To enable system wide have in $GITWEB_CONFIG # $feature{'pickaxe'}{'default'} = [1];