Skip to content

Commit

Permalink
Merge branch 'maint'
Browse files Browse the repository at this point in the history
* maint:
  gitweb: 'pickaxe' and 'grep' features requires 'search' to be enabled
  • Loading branch information
gitster committed Jun 21, 2011
2 parents 13b70d2 + a598ded commit 2765233
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gitweb/gitweb.perl
Original file line number Diff line number Diff line change
Expand Up @@ -328,6 +328,7 @@ sub evaluate_uri {
# 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];
Expand All @@ -342,6 +343,7 @@ sub evaluate_uri {
# 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];
Expand Down

0 comments on commit 2765233

Please sign in to comment.