From: Wincent Colaiuta Date: Sun, 12 Jul 2009 12:31:28 +0000 (+0200) Subject: gitweb: update Git homepage URL X-Git-Url: https://git.ladys.computer/Gitweb/commitdiff_plain/416cfa273fe54094a3de0b8edff22e1c7af1beec794b457c9cecef19e2a6654b gitweb: update Git homepage URL 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 Signed-off-by: Junio C Hamano --- diff --git a/gitweb.perl b/gitweb.perl index 411d965..6dcca8c 100755 --- a/gitweb.perl +++ b/gitweb.perl @@ -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"; -our $logo_url = "http://git.or.cz/"; +our $logo_url = "http://git-scm.com/"; our $logo_label = "git homepage"; # source of projects list