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 --- cgit.h | 1 + 1 file changed, 1 insertion(+) (limited to 'cgit.h') diff --git a/cgit.h b/cgit.h index 7a99135..f3d2556 100644 --- a/cgit.h +++ b/cgit.h @@ -203,6 +203,7 @@ struct cgit_config { int enable_filter_overrides; int enable_http_clone; int enable_index_links; + int enable_index_owner; int enable_commit_graph; int enable_log_filecount; int enable_log_linecount; -- cgit v1.2.1