From 8043f0778fdebb54175ff2a0c4ba393adda903ea Mon Sep 17 00:00:00 2001 From: Petr Baudis Date: Tue, 3 Nov 2009 23:47:39 +0100 Subject: [PATCH] git.git: Update to include frontpage split, disable project list on frontpage --- git.git | 2 +- gitweb/gitweb_config.perl | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/git.git b/git.git index fca312e..720010e 160000 --- a/git.git +++ b/git.git @@ -1 +1 @@ -Subproject commit fca312e1e1d6bc857ed9557ae024c72625b58d84 +Subproject commit 720010ecb9db1d6cde9715c955abd6696247240a diff --git a/gitweb/gitweb_config.perl b/gitweb/gitweb_config.perl index 186e548..31e64d5 100644 --- a/gitweb/gitweb_config.perl +++ b/gitweb/gitweb_config.perl @@ -48,6 +48,11 @@ $Girocco::Config::gitpullurl and push @git_base_url_list, $Girocco::Config::gitp $Girocco::Config::httppullurl and push @git_base_url_list, $Girocco::Config::httppullurl; # our $git_push_url = $Girocco::Config::pushurl; + +# Whether to include project list on the gitweb front page; 0 means yes, +# 1 means no list but show tag cloud if enabled (all projects still need +# to be scanned), 2 means no list and no tag cloud (very fast) +our $frontpage_no_project_list = 1; # ## projects list cache for busy sites with many projects; ## if you set this to non-zero, it will be used as the cached -- 2.11.4.GIT