4 http://www.kernel.org/git/
6 From the git version 1.4.0 gitweb is bundled with git.
9 How to configure gitweb for your local system:
11 You can specify the following configuration variables when building GIT:
13 Shown in the title of all generated pages, defaults to the servers name.
15 The root directory for all projects shown by gitweb.
17 points to a directory to scan for projects (defaults to project root)
18 or to a file for explicit listing of projects.
20 points to an .html file which is included on the gitweb project
23 Points to the location where you put gitweb.css on your web server.
25 Points to the location where you put git-logo.png on your web server.
27 This file will be loaded using 'require'. If the environment
28 $GITWEB_CONFIG is set when gitweb.cgi is executed the file in the
29 environment variable will be loaded instead of the file
30 specified when gitweb.cgi was created.
32 Originally written by:
33 Kay Sievers <kay.sievers@vrfy.org>
35 Any comment/question/concern to:
36 Git mailing list <git@vger.kernel.org>