diff options
author | Martin Waitz <tali@admingilde.org> | 2006-07-31 00:38:39 +0200 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-08-01 15:55:19 -0700 |
commit | 281f2f6b45bf62e5bc81a6b457f1f7d26c426ea3 (patch) | |
tree | b8a4d67864287e377c987cb2c1a6c379986111a3 /gitweb/README | |
parent | gitweb: fill in gitweb configuration by Makefile (diff) | |
download | tgif-281f2f6b45bf62e5bc81a6b457f1f7d26c426ea3.tar.xz |
gitweb: use out-of-line GIT logo.
Use the normal web server instead of the CGI to provide the git logo,
just like the gitweb.css.
Signed-off-by: Martin Waitz <tali@admingilde.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'gitweb/README')
-rw-r--r-- | gitweb/README | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gitweb/README b/gitweb/README index ed939e2fb5..1b2180c731 100644 --- a/gitweb/README +++ b/gitweb/README @@ -21,6 +21,8 @@ You can specify the following configuration variables when building GIT: overview page. * GITWEB_CSS 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. Any comment/question/concern to: Kay Sievers <kay.sievers@vrfy.org> |