
# Disable grep search, which will list the files in currently selected tree
# containing the given string. This can be potentially CPU-intensive, of
# course. Enabled by default.
$feature\{'grep'\}\{'default'\} = [1];

# Allow projects to override the default setting via git config file.
# Example: gitweb.grep = 0|1;
$feature\{'grep'\}\{'override'\} = 1;

