From: Jakub Narebski Date: Thu, 1 Nov 2007 12:45:33 +0000 (+0100) Subject: gitweb: Update config file example for snapshot feature in gitweb/INSTALL X-Git-Url: https://git.ladys.computer/Gitweb/commitdiff_plain/12553497175c810e696cffe42283f148e1eba08b90582513fb806fa6c5999735?ds=sidebyside gitweb: Update config file example for snapshot feature in gitweb/INSTALL Commit a3c8ab30a54c30a6a434760bedf04548425416ef 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 Signed-off-by: Junio C Hamano --- diff --git a/INSTALL b/INSTALL index ca417d8..69bc9a4 100644 --- a/INSTALL +++ b/INSTALL @@ -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;