]> git.pld-linux.org Git - packages/git-core.git/blob - git-core-gitweb.conf
just skip entire t5570 due to multiple race conditions
[packages/git-core.git] / git-core-gitweb.conf
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.066409 seconds and 3 git commands to generate.