]> Lady’s Gitweb - Gitweb/commitdiff
gitweb: update Git homepage URL
authorWincent Colaiuta <redacted>
Sun, 12 Jul 2009 12:31:28 +0000 (14:31 +0200)
committerLady <redacted>
Mon, 6 Apr 2026 04:50:39 +0000 (00:50 -0400)
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 <redacted>
Signed-off-by: Junio C Hamano <redacted>
gitweb.perl

index 411d965386a9f50cc2e84550e546cd85d243f4edaf77c50a18398b025747a15c..6dcca8c527c9998bfbdaef2a1f2e34124922893b62218679d0d2512106a019b5 100755 (executable)
@@ -95,7 +95,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";
 # 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
 our $logo_label = "git homepage";
 
 # source of projects list
This page took 0.227092 seconds and 4 git commands to generate.