]> Lady’s Gitweb - Gitweb/commitdiff
gitweb: Update config file example for snapshot feature in gitweb/INSTALL
authorJakub Narebski <redacted>
Thu, 1 Nov 2007 12:45:33 +0000 (13:45 +0100)
committerLady <redacted>
Mon, 6 Apr 2026 04:07:12 +0000 (00:07 -0400)
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 <redacted>
Signed-off-by: Junio C Hamano <redacted>
INSTALL

diff --git a/INSTALL b/INSTALL
index ca417d89096e2d4222a4644e397ad5528f625df8d2ff504fe8a9960d29c5cb2a..69bc9a466f4e3bc564f2a5bafac35fba5a42ba2023d9cbbef511d2e31a6afda5 100644 (file)
--- 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;
 
 
This page took 0.136689 seconds and 4 git commands to generate.