Skip to content

Commit 1e3a2eb

Browse files
jnarebgitster
authored andcommitted
gitweb: Update config file example for snapshot feature in gitweb/INSTALL
Commit a3c8ab3 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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 3f2a7ae commit 1e3a2eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gitweb/INSTALL

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ GITWEB_CONFIG file:
116116
$feature{'pickaxe'}{'default'} = [1];
117117
$feature{'pickaxe'}{'override'} = 1;
118118

119-
$feature{'snapshot'}{'default'} = ['x-gzip', 'gz', 'gzip'];
119+
$feature{'snapshot'}{'default'} = ['zip', 'tgz'];
120120
$feature{'snapshot'}{'override'} = 1;
121121

122122

0 commit comments

Comments
 (0)