]> Lady’s Gitweb - Gitweb/blobdiff - INSTALL
gitweb: Fix 'history' view for deleted files with history
[Gitweb] / INSTALL
diff --git a/INSTALL b/INSTALL
index ca417d89096e2d4222a4644e397ad5528f625df8d2ff504fe8a9960d29c5cb2a..0dfde847b5d8ee9f214f99b5b0208a3e2090c152977572d179b8352e54efab6b 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -95,7 +95,11 @@ for gitweb (in gitweb/README).
   by default it is file named gitweb_config.perl in the same place as
   gitweb.cgi script. You can control default place for config file
   using GITWEB_CONFIG build configuration variable, and you can set it
-  using GITWEB_CONFIG environmental variable.
+  using GITWEB_CONFIG environmental variable. If this file does not
+  exist, gitweb looks for a system-wide configuration file, normally
+  /etc/gitweb.conf. You can change the default using the
+  GITWEB_CONFIG_SYSTEM build configuration variable, and override it
+  through GITWEB_CONFIG_SYSTEM environmental variable.
 
 - Gitweb config file is [fragment] of perl code. You can set variables
   using "our $variable = value"; text from "#" character until the end
@@ -116,7 +120,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;
 
 
This page took 0.281532 seconds and 4 git commands to generate.