gitweb: Update config file example for snapshot feature in gitweb/INSTALL
Commit a3c8ab30a5
by Matt McCutchen
"gitweb: snapshot cleanups & support for offering multiple formats"
introduced new format of $feature{'snapshot'}{'default'} value. Update
"Config file example" in gitweb/INSTALL accordingly.
Signed-off-by: Jakub Narebski <jnareb@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
3f2a7ae2c8
commit
1e3a2eb667
@ -116,7 +116,7 @@ GITWEB_CONFIG file:
|
||||
$feature{'pickaxe'}{'default'} = [1];
|
||||
$feature{'pickaxe'}{'override'} = 1;
|
||||
|
||||
$feature{'snapshot'}{'default'} = ['x-gzip', 'gz', 'gzip'];
|
||||
$feature{'snapshot'}{'default'} = ['zip', 'tgz'];
|
||||
$feature{'snapshot'}{'override'} = 1;
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user