diff options
author | Kacper Kornet <draenog@pld-linux.org> | 2012-04-26 18:45:44 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-04-26 11:24:40 -0700 |
commit | 0ebe7827b6f00797ab850e8ebc28f0fa22f1df55 (patch) | |
tree | cfdae7f2da01a788e11ab20b6e3ad83a295c8610 /Documentation/gitweb.conf.txt | |
parent | 5710be46d88ea548159e7493973b5488e6d2799f (diff) | |
download | git-0ebe7827b6f00797ab850e8ebc28f0fa22f1df55.tar.gz |
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 <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 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/gitweb.conf.txt b/Documentation/gitweb.conf.txt index d240a2f666..4b8d1b1d4c 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. |