aboutsummaryrefslogtreecommitdiffstats
path: root/cgitrc.5.txt
diff options
context:
space:
mode:
authorGravatar Florian Pritz <bluewind@xinu.at>2013-02-01 18:59:13 (JST)
committerGravatar Jason A. Donenfeld <Jason@zx2c4.com>2013-02-01 20:50:24 (JST)
commitb1e172acca870e7999f2d2d917db7b4c42aa05b3 (patch)
treef68ddabb6975f6ac8ef67d55a585f5369f5e4fb2 /cgitrc.5.txt
parentc6f5bc7264d9c3687a951a76ad93d15a01d7af59 (diff)
downloadcgit-b1e172acca870e7999f2d2d917db7b4c42aa05b3.zip
cgit-b1e172acca870e7999f2d2d917db7b4c42aa05b3.tar.gz
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