gitweb: support for / as home_link.
[gitweb.git] / gitweb / README
index 1b2180c7314ea3d10db78c88b48092a70491f8b8..27c6dac1436ca9def413430336f3f29d88247fcb 100644 (file)
@@ -23,6 +23,15 @@ You can specify the following configuration variables when building GIT:
    Points to the location where you put gitweb.css on your web server.
  * GITWEB_LOGO
    Points to the location where you put git-logo.png on your web server.
+ * GITWEB_CONFIG
+   This file will be loaded using 'require'.  If the environment
+   $GITWEB_CONFIG is set when gitweb.cgi is executed the file in the
+   environment variable will be loaded instead of the file
+   specified when gitweb.cgi was created.
 
-Any comment/question/concern to:
+Originally written by:
   Kay Sievers <kay.sievers@vrfy.org>
+
+Any comment/question/concern to:
+  Git mailing list <git@vger.kernel.org>
+