summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2013-04-23 18:17:07 (GMT)
committerJunio C Hamano <gitster@pobox.com>2013-04-23 18:17:08 (GMT)
commit9e94f9ba9e902d48c75df6ba53e6e87cefe187a8 (patch)
treec52548fab571e16dab67ecb4780570a275b1caf7 /Documentation
parent741917f40ce180d0f252a46e7a204cf19eb08289 (diff)
parent1a39b7278712dbdaa27de303c670134e750c345d (diff)
downloadgit-9e94f9ba9e902d48c75df6ba53e6e87cefe187a8.zip
git-9e94f9ba9e902d48c75df6ba53e6e87cefe187a8.tar.gz
git-9e94f9ba9e902d48c75df6ba53e6e87cefe187a8.tar.bz2
Merge branch 'jn/gitweb-install-doc'
Reword gitweb configuration instrutions. * 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.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/gitweb.conf.txt b/Documentation/gitweb.conf.txt
index eb63631..ea0526e 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