From bdb0994331a21f3949c5bac17660221417dd123f Mon Sep 17 00:00:00 2001 From: Petr Baudis Date: Wed, 4 Nov 2009 00:20:08 +0100 Subject: [PATCH] git.git: Update, basic bugfixes --- git.git | 2 +- gitweb/gitweb_config.perl | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/git.git b/git.git index 720010e..9ef78e4 160000 --- a/git.git +++ b/git.git @@ -1 +1 @@ -Subproject commit 720010ecb9db1d6cde9715c955abd6696247240a +Subproject commit 9ef78e4173a6b254960b22e920c8849de87e1020 diff --git a/gitweb/gitweb_config.perl b/gitweb/gitweb_config.perl index 31e64d5..6a1f899 100644 --- a/gitweb/gitweb_config.perl +++ b/gitweb/gitweb_config.perl @@ -51,7 +51,8 @@ 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) +# to be scanned, unless the info is cached), 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; -- 2.11.4.GIT