Skip to content

Commit 2765233

Browse files
committed
Merge branch 'maint'
* maint: gitweb: 'pickaxe' and 'grep' features requires 'search' to be enabled
2 parents 13b70d2 + a598ded commit 2765233

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

gitweb/gitweb.perl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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];

0 commit comments

Comments
 (0)