about summary refs log tree commit diff stats
path: root/cgitrc.5.txt
diff options
context:
space:
mode:
authorFlorian Pritz2013-02-01 10:59:13 +0100
committerJason A. Donenfeld2013-02-01 12:50:24 +0100
commitb1e172acca870e7999f2d2d917db7b4c42aa05b3 (patch)
treef68ddabb6975f6ac8ef67d55a585f5369f5e4fb2 /cgitrc.5.txt
parentman: fix up default value duplication (diff)
downloadcgit-b1e172acca870e7999f2d2d917db7b4c42aa05b3.tar.gz
cgit-b1e172acca870e7999f2d2d917db7b4c42aa05b3.zip
Make "owner" column on index page configurable
This is not really needed for personal sites where all repos belong to
the same person. Since it is pretty useful for shared sites however, it
should be configurable.

Signed-off-by: Florian Pritz <bluewind@xinu.at>
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'cgitrc.5.txt')
-rw-r--r--cgitrc.5.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/cgitrc.5.txt b/cgitrc.5.txt index c1038d7..4d27d9f 100644 --- a/cgitrc.5.txt +++ b/cgitrc.5.txt
@@ -120,6 +120,10 @@ enable-index-links::
120 each repo in the repository index (specifically, to the "summary", 120 each repo in the repository index (specifically, to the "summary",
121 "commit" and "tree" pages). Default value: "0". 121 "commit" and "tree" pages). Default value: "0".
122 122
123enable-index-owner::
124 Flag which, when set to "1", will make cgit display the owner of
125 each repo in the repository index. Default value: "1".
126
123enable-log-filecount:: 127enable-log-filecount::
124 Flag which, when set to "1", will make cgit print the number of 128 Flag which, when set to "1", will make cgit print the number of
125 modified files for each commit on the repository log page. Default 129 modified files for each commit on the repository log page. Default