gitweb: configurable home link string
commit2de21fac9842650fceb3db68f15711e38fabc3c8
authorYasushi SHOJI <yashi@atmark-techno.com>
Mon, 14 Aug 2006 22:50:49 +0000 (15 07:50 +0900)
committerJunio C Hamano <junkio@cox.net>
Tue, 15 Aug 2006 01:09:33 +0000 (14 18:09 -0700)
tree2b74eaabec1f70f451c4e310b6876d5df30368e3
parent4a4a1a53d1c4a272d4cf0d53116896d057174671
gitweb: configurable home link string

I've always found difficult to figure out git URL for clone from
gitweb URL because git:// and http:// are different on many site
including kernel.org.

I've found this enhancement at http://dev.laptop.org/git when I was on
git channel, and thought that it'd be nice if all public gitweb site
show it's git URL on its page.

This patch allow us to change the home link string.  The current
default is "projects" as we all see on gitweb now.

ie. kernel.org might set this variable to "git://git.kernel.org/pub/scm/"

Signed-off-by: Yasushi SHOJI <yashi@atmark-techno.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Makefile
gitweb/gitweb.perl