From 03a0003014eca2bfb07902bf61e45a514a3edfa9 Mon Sep 17 00:00:00 2001 From: Heikki Hokkanen Date: Mon, 14 Dec 2009 18:21:28 +0200 Subject: [PATCH] Config: decrease default 'summary_shortlog' to 15. --- inc/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/config.php b/inc/config.php index 36a5d1d..b0e86c0 100644 --- a/inc/config.php +++ b/inc/config.php @@ -25,7 +25,7 @@ $conf['datetime_full'] = '%Y-%m-%d %H:%M:%S'; $conf['commit_message_maxlen'] = 50; // Maximum number of shortlog entries to show on the summary page -$conf['summary_shortlog'] = 30; +$conf['summary_shortlog'] = 15; // Maximum number of tags to show on the summary page $conf['summary_tags'] = 10; -- 2.11.4.GIT