
# Disable 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. Enabled by default.
$feature{'pickaxe'}{'default'} = [1];

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