commit | 8be2890c994102d5748342f44bd6353bd482b58b | [log] [tgz] |
---|---|---|
author | Petr Baudis <pasky@suse.cz> | Tue Oct 24 05:18:39 2006 +0200 |
committer | Junio C Hamano <junkio@cox.net> | Mon Oct 23 20:55:41 2006 -0700 |
tree | efa3899f8fb0f3a80f97c6e1a60f18a14759ac3c | |
parent | 88ad729b73264025d2d4c187ff74432d7cacafb2 [diff] |
gitweb: Do not automatically append " git" to custom site name If you customized the site name, you probably do not want the " git" appended so that the page title is not bastardized; I want repo.or.cz pages titled "Public Git Hosting", not "Public Git Hosting git" (what's hosting what?). This slightly changes the $site_name semantics but only very insignificantly. Signed-off-by: Petr Baudis <pasky@suse.cz> Signed-off-by: Junio C Hamano <junkio@cox.net>