aboutsummaryrefslogtreecommitdiff
path: root/gitweb/README
diff options
context:
space:
mode:
authorJakub Narebski <jnareb@gmail.com>2009-12-02 22:14:36 +0100
committerJunio C Hamano <gitster@pobox.com>2009-12-03 12:38:45 -0800
commiteff726f0c28097e7964eb876d005e50e0dcdb9a0 (patch)
treeb19e97fc0862e43e7939463d9040126a1bfa4dbe /gitweb/README
parent488bdf2ebe6e99fb30ad958a710b0b3f737b4d0f (diff)
downloadgit-eff726f0c28097e7964eb876d005e50e0dcdb9a0.tar.gz
git-eff726f0c28097e7964eb876d005e50e0dcdb9a0.tar.xz
gitweb: Describe (possible) gitweb.js minification in gitweb/README
Signed-off-by: Jakub Narebski <jnareb@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'gitweb/README')
-rw-r--r--gitweb/README3
1 files changed, 2 insertions, 1 deletions
diff --git a/gitweb/README b/gitweb/README
index b69b0e504..e34ee793e 100644
--- a/gitweb/README
+++ b/gitweb/README
@@ -95,7 +95,8 @@ You can specify the following configuration variables when building GIT:
* GITWEB_JS
Points to the localtion where you put gitweb.js on your web server
(or to be more generic URI of JavaScript code used by gitweb).
- Relative to base URI of gitweb. [Default: gitweb.js]
+ Relative to base URI of gitweb. [Default: gitweb.js (or gitweb.min.js
+ if JSMIN build variable is defined / JavaScript minifier is used)]
* GITWEB_CONFIG
This Perl file will be loaded using 'do' and can be used to override any
of the options above as well as some other options -- see the "Runtime