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 {
328
328
# Enable grep search, which will list the files in currently selected
329
329
# tree containing the given string. Enabled by default. This can be
330
330
# potentially CPU-intensive, of course.
331
+ # Note that you need to have 'search' feature enabled too.
331
332
332
333
# To enable system wide have in $GITWEB_CONFIG
333
334
# $feature{'grep'}{'default'} = [1];
@@ -342,6 +343,7 @@ sub evaluate_uri {
342
343
# Enable the pickaxe search, which will list the commits that modified
343
344
# a given string in a file. This can be practical and quite faster
344
345
# alternative to 'blame', but still potentially CPU-intensive.
346
+ # Note that you need to have 'search' feature enabled too.
345
347
346
348
# To enable system wide have in $GITWEB_CONFIG
347
349
# $feature{'pickaxe'}{'default'} = [1];
You can’t perform that action at this time.
0 commit comments