File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -328,6 +328,7 @@ sub evaluate_uri {
328328 # Enable grep search, which will list the files in currently selected
329329 # tree containing the given string. Enabled by default. This can be
330330 # potentially CPU-intensive, of course.
331+ # Note that you need to have 'search' feature enabled too.
331332
332333 # To enable system wide have in $GITWEB_CONFIG
333334 # $feature{'grep'}{'default'} = [1];
@@ -342,6 +343,7 @@ sub evaluate_uri {
342343 # Enable the pickaxe search, which will list the commits that modified
343344 # a given string in a file. This can be practical and quite faster
344345 # alternative to 'blame', but still potentially CPU-intensive.
346+ # Note that you need to have 'search' feature enabled too.
345347
346348 # To enable system wide have in $GITWEB_CONFIG
347349 # $feature{'pickaxe'}{'default'} = [1];
You can’t perform that action at this time.
0 commit comments