From 7d35e227475bb4a6ba185788cc663e38822c15f8 Mon Sep 17 00:00:00 2001
From: James Moger <james.moger@gitblit.com>
Date: Mon, 11 Apr 2011 17:42:58 -0400
Subject: [PATCH] Ref links.

---
 gitblit.properties |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/gitblit.properties b/gitblit.properties
index 2f03da0..839b914 100644
--- a/gitblit.properties
+++ b/gitblit.properties
@@ -77,6 +77,10 @@
 # Value must exceed 0 else default of 5 is used
 summaryRefsCount = 5
 
+# The number of commits to show on each page of a Log
+# Value must exceed 0 else default of 50 is used
+logPageCommitCount = 50
+
 # Registered extensions for google-code-prettify
 prettyPrintExtensions = c cpp cs css htm html java js php pl prefs properties py rb sh sql xml vb
 

--
Gitblit v1.9.1