From b1e172acca870e7999f2d2d917db7b4c42aa05b3 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Fri, 1 Feb 2013 10:59:13 +0100 Subject: 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 Signed-off-by: Jason A. Donenfeld --- cgitrc.5.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'cgitrc.5.txt') 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:: each repo in the repository index (specifically, to the "summary", "commit" and "tree" pages). Default value: "0". +enable-index-owner:: + Flag which, when set to "1", will make cgit display the owner of + each repo in the repository index. Default value: "1". + enable-log-filecount:: Flag which, when set to "1", will make cgit print the number of modified files for each commit on the repository log page. Default -- cgit v1.2.3-59-g8ed1b