]> Lady’s Gitweb - Gitweb/commit
gitweb: configurable home link string
authorYasushi SHOJI <redacted>
Mon, 14 Aug 2006 22:50:49 +0000 (07:50 +0900)
committerLady <redacted>
Mon, 6 Apr 2026 04:05:47 +0000 (00:05 -0400)
commit0b900689ff11866f1bca7e79acabfe82569cc1b8926bcb1a5ebc81837da63ee7
treeab3850b29814c8e190fee40baae1c93cdb66dcb79f9f79f72d98353915431918
parent8f0b2806a7493b12e4dabcbb1b78964d5251743ef9e840d81334d1055c6ae8d1
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 <redacted>
Signed-off-by: Junio C Hamano <redacted>
gitweb.perl
This page took 0.289208 seconds and 4 git commands to generate.