diff options
author | 2013-04-26 11:12:48 -0700 | |
---|---|---|
committer | 2013-04-26 11:12:48 -0700 | |
commit | 40a9c3c9a0328f9b11b1fe5980888d509f26be4f (patch) | |
tree | ab1c68361775002617edee3e78bbe4c48153cbdd /Documentation | |
parent | Merge branch 'fc/untracked-zsh-prompt' into maint (diff) | |
parent | gitweb/INSTALL: GITWEB_CONFIG_SYSTEM is for backward compatibility (diff) | |
download | tgif-40a9c3c9a0328f9b11b1fe5980888d509f26be4f.tar.xz |
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 |