Code

gitweb: update Git homepage URL
authorWincent Colaiuta <win@wincent.com>
Sun, 12 Jul 2009 12:31:28 +0000 (14:31 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 13 Jul 2009 18:09:02 +0000 (11:09 -0700)
git-scm.com is now the "official" Git project page, having taken over
from git.or.cz, so update the default link accordingly. This saves a
redirect when people hit git.or.cz.

Signed-off-by: Wincent Colaiuta <win@wincent.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
gitweb/gitweb.perl

index 6a1b5b5b49611e158e5cd74b50685c9022b17adc..7fbd5ff89e82d3c5b1496ff116c7624f538fd66c 100755 (executable)
@@ -94,7 +94,7 @@ our $favicon = "++GITWEB_FAVICON++";
 # URI and label (title) of GIT logo link
 #our $logo_url = "http://www.kernel.org/pub/software/scm/git/docs/";
 #our $logo_label = "git documentation";
-our $logo_url = "http://git.or.cz/";
+our $logo_url = "http://git-scm.com/";
 our $logo_label = "git homepage";
 
 # source of projects list