From de2a98181510adbb1e50aeabb8c1824665d35f56 Mon Sep 17 00:00:00 2001 From: Petr Baudis Date: Wed, 11 Oct 2006 03:20:49 +0200 Subject: [PATCH] List the git URL before the HTTP URL in the mirror list --- gitweb_config.perl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitweb_config.perl b/gitweb_config.perl index 3c24e09..f5b4517 100644 --- a/gitweb_config.perl +++ b/gitweb_config.perl @@ -42,7 +42,7 @@ our $favicon = "/git-favicon.png"; # ## list of git base URLs used for URL to where fetch project from, ## i.e. full URL is "$git_base_url/$project" -our @git_base_url_list = ("http://repo.or.cz/r", "git://repo.or.cz"); +our @git_base_url_list = ("git://repo.or.cz", "http://repo.or.cz/r"); # ## default blob_plain mimetype and default charset for text/plain blob #our $default_blob_plain_mimetype = 'text/plain'; -- 2.11.4.GIT