From 5710be46d88ea548159e7493973b5488e6d2799f Mon Sep 17 00:00:00 2001 From: Kacper Kornet Date: Tue, 24 Apr 2012 19:39:15 +0200 Subject: gitweb: Option to omit column with time of the last change Generating information about last change for a large number of git repositories can be very time consuming. This commit add an option to omit 'Last Change' column when presenting the list of repositories. Signed-off-by: Kacper Kornet Signed-off-by: Junio C Hamano --- Documentation/gitweb.conf.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Documentation') diff --git a/Documentation/gitweb.conf.txt b/Documentation/gitweb.conf.txt index 7aba497b7..d240a2f66 100644 --- a/Documentation/gitweb.conf.txt +++ b/Documentation/gitweb.conf.txt @@ -499,6 +499,10 @@ $maxload:: Set `$maxload` to undefined value (`undef`) to turn this feature off. The default value is 300. +$omit_age_column:: + If true, omit the column with date of the most current commit on the + projects list page. It can save a bit of I/O and a fork per repository. + $per_request_config:: If this is set to code reference, it will be run once for each request. You can set parts of configuration that change per session this way. -- cgit v1.2.1 From 0ebe7827b6f00797ab850e8ebc28f0fa22f1df55 Mon Sep 17 00:00:00 2001 From: Kacper Kornet Date: Thu, 26 Apr 2012 18:45:44 +0200 Subject: gitweb: Option to not display information about owner In some setups the repository owner is not a well defined concept and administrator can prefer it to be not shown. This commit add and an option that enable to reach this effect. Signed-off-by: Kacper Kornet Signed-off-by: Junio C Hamano --- Documentation/gitweb.conf.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Documentation') diff --git a/Documentation/gitweb.conf.txt b/Documentation/gitweb.conf.txt index d240a2f66..4b8d1b1d4 100644 --- a/Documentation/gitweb.conf.txt +++ b/Documentation/gitweb.conf.txt @@ -503,6 +503,9 @@ $omit_age_column:: If true, omit the column with date of the most current commit on the projects list page. It can save a bit of I/O and a fork per repository. +$omit_owner:: + If true prevents displaying information about repository owner. + $per_request_config:: If this is set to code reference, it will be run once for each request. You can set parts of configuration that change per session this way. -- cgit v1.2.1