diff options
author | Kacper Kornet <draenog@pld-linux.org> | 2012-04-24 19:39:15 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-04-25 16:42:34 -0700 |
commit | 5710be46d88ea548159e7493973b5488e6d2799f (patch) | |
tree | df037b90f3a0bbb321b3a9baaf64909cd60bd9ea /Documentation/gitweb.conf.txt | |
parent | gitweb: Don't set owner if got empty value from projects.list (diff) | |
download | tgif-5710be46d88ea548159e7493973b5488e6d2799f.tar.xz |
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 <draenog@pld-linux.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/gitweb.conf.txt')
-rw-r--r-- | Documentation/gitweb.conf.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/gitweb.conf.txt b/Documentation/gitweb.conf.txt index 7aba497b74..d240a2f666 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. |