diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2010-07-29 20:38:01 +0200 |
---|---|---|
committer | Lars Hjemli <hjemli@gmail.com> | 2010-08-04 03:09:32 +0200 |
commit | 119397b175874bd606952e93b7249ae4ffb9afbe (patch) | |
tree | 98f6a7d5661a52120c11088ee474a2a5d7449f60 /cgitrc.5.txt | |
parent | 2e4a941626c240bc7858aa7564882c01f657f4e8 (diff) |
Add support for 'enable-gitweb-owner' option
When this option is enabled (which it is by default), cgit will lookup
the 'gitweb.owner' setting in each git config file found when processing
the 'scan-path' option.
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Diffstat (limited to '')
-rw-r--r-- | cgitrc.5.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cgitrc.5.txt b/cgitrc.5.txt index 6fb1083..5d77973 100644 --- a/cgitrc.5.txt +++ b/cgitrc.5.txt @@ -95,6 +95,11 @@ enable-filter-overrides:: Flag which, when set to "1", allows all filter settings to be overridden in repository-specific cgitrc files. Default value: none. +enable-gitweb-owner:: + If set to "1" and scan-path is enabled, we first check each repository + for the git config value "gitweb.owner" to determine the owner. + Default value: "1". See also: scan-path. + enable-index-links:: Flag which, when set to "1", will make cgit generate extra links for each repo in the repository index (specifically, to the "summary", |