]> Lady’s Gitweb - Gitweb/blobdiff - gitweb.perl
gitweb: 'pickaxe' and 'grep' features requires 'search' to be enabled
[Gitweb] / gitweb.perl
index dacd4dc0b1f8b589c8d7538a373eba969835d81b6e9f87940b2f6cd480e6886d..bc3dd5e7498999fbf0459fa3c63abf299badb007dfba9eab02619a604e9e3269 100755 (executable)
@@ -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];
This page took 0.298285 seconds and 4 git commands to generate.