diff options
author | Junio C Hamano <gitster@pobox.com> | 2013-04-26 11:12:48 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-04-26 11:12:48 -0700 |
commit | 40a9c3c9a0328f9b11b1fe5980888d509f26be4f (patch) | |
tree | ab1c68361775002617edee3e78bbe4c48153cbdd /Documentation | |
parent | 1a475c4a2f4fead39b4e80dcdfbcf0627dfb5327 (diff) | |
parent | 1a39b7278712dbdaa27de303c670134e750c345d (diff) | |
download | git-40a9c3c9a0328f9b11b1fe5980888d509f26be4f.tar.gz |
Merge branch 'jn/gitweb-install-doc' into maint
* jn/gitweb-install-doc:
gitweb/INSTALL: GITWEB_CONFIG_SYSTEM is for backward compatibility
gitweb/INSTALL: Simplify description of GITWEB_CONFIG_SYSTEM
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/gitweb.conf.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/gitweb.conf.txt b/Documentation/gitweb.conf.txt index eb636317be..ea0526ecc4 100644 --- a/Documentation/gitweb.conf.txt +++ b/Documentation/gitweb.conf.txt @@ -857,6 +857,13 @@ adding the following lines to your gitweb configuration file: $known_snapshot_formats{'zip'}{'disabled'} = 1; $known_snapshot_formats{'tgz'}{'compressor'} = ['gzip','-6']; +BUGS +---- +Debugging would be easier if the fallback configuration file +(`/etc/gitweb.conf`) and environment variable to override its location +('GITWEB_CONFIG_SYSTEM') had names reflecting their "fallback" role. +The current names are kept to avoid breaking working setups. + ENVIRONMENT ----------- The location of per-instance and system-wide configuration files can be |