From 51a960a3ca6b0cade97db287a342996c3e1de48d Mon Sep 17 00:00:00 2001 From: Ondrej Jirman Date: Sat, 26 May 2007 03:33:41 +0200 Subject: Implemented configurable HEAD shortlog on summary page. This mirrors similiar functionality in gitweb. After clicking on project on projectlist you will immediatelly see quick summary of last N commits on HEAD. [lh: changed from HEAD to cgit_query_head] Signed-off-by: Lars Hjemli --- cgitrc | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'cgitrc') diff --git a/cgitrc b/cgitrc index 054a708..0f602e4 100644 --- a/cgitrc +++ b/cgitrc @@ -20,6 +20,11 @@ #enable-log-linecount=0 +## Enable/disable display of HEAD shortlog in summary view. Set it to maximum +## number of commits that should be displayed +#summary-log=0 + + ## Specify a root for virtual urls. This makes cgit generate urls like ## ## http://localhost/git/repo/log/?id=master -- cgit v1.2.3-59-g8ed1b