]> git.pld-linux.org Git - packages/git-core.git/blame - git-core-gitweb.conf
up to 2.5.1
[packages/git-core.git] / git-core-gitweb.conf
CommitLineData
e11e20ca
AG
1#
2# this file is a fragment of a PERL code
3# you can set variables using "our $variable = value;"
4# comments start with "#"
5#
6# for more info, refer to README and INSTALL files installed
7# in /usr/share/doc/git-core-gitweb*
8#
9
10#
11# to enable blame, pickaxe search and snapshot support, while allowing
12# individual projects to turn them off, uncomment the following
13#
14
15# $feature{'blame'}{'default'} = [1];
16# $feature{'blame'}{'override'} = 1;
17
18# $feature{'pickaxe'}{'default'} = [1];
19# $feature{'pickaxe'}{'override'} = 1;
20
21# $feature{'snapshot'}{'default'} = ['x-gzip', 'gz', 'gzip'];
22# $feature{'snapshot'}{'override'} = 1;
23
24# vim: set ft=perl
This page took 0.025015 seconds and 4 git commands to generate.