git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 2/3] gitweb: update INSTALL regarding specific snapshot settings
@ 2009-08-06 14:27 Mark A Rada
  0 siblings, 0 replies; only message in thread
From: Mark A Rada @ 2009-08-06 14:27 UTC (permalink / raw)
  To: git

This includes instructions on how to disable a snapshot format and how
to add options to a snapshot format (e.g. setting the compression
level).

Signed-off-by: Mark Rada <marada@uwaterloo.ca>
---
  gitweb/INSTALL |    9 +++++++++
  1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/gitweb/INSTALL b/gitweb/INSTALL
index 18c9ce3..3d267da 100644
--- a/gitweb/INSTALL
+++ b/gitweb/INSTALL
@@ -123,6 +123,15 @@ GITWEB_CONFIG file:
  	$feature{'snapshot'}{'default'} = ['zip', 'tgz'];
  	$feature{'snapshot'}{'override'} = 1;

+If you allow overriding for the snapshot feature, you can specify which
+snapshot formats are globally disabled. You can also add any command  
line
+options you want (such as setting the compression level). For instance,
+you can disable Zip compressed snapshots and set GZip to run at level  
6 by
+adding the following lines to your $GITWEB_CONFIG:
+
+	$known_snapshot_formats{'zip'}{'disabled'} = 1;
+	$known_snapshot_formats{'tgz'}{'compressor'} = ['gzip','-6'];
+

  Gitweb repositories
  -------------------
-- 
1.6.4

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2009-08-06 14:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-06 14:27 [PATCH 2/3] gitweb: update INSTALL regarding specific snapshot settings Mark A Rada

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).