X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=gitweb%2FREADME;h=e34ee793ef51584344f8c808454b9ead0c3348c6;hb=9bfff3ae5fdf1dcd0705056f7f9a42e81548797e;hp=66c6a9391d3494ae8928e88501d8fa0d36dffa42;hpb=e532e7b08f3de1a590db909c2c93532c2a39e9ae;p=git.git diff --git a/gitweb/README b/gitweb/README index 66c6a9391..e34ee793e 100644 --- a/gitweb/README +++ b/gitweb/README @@ -92,6 +92,11 @@ You can specify the following configuration variables when building GIT: web browsers that support favicons (website icons) may display them in the browser's URL bar and next to site name in bookmarks). Relative to base URI of gitweb. [Default: git-favicon.png] + * 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 (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