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 |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/gitblit.properties b/gitblit.properties
index b7a879b..839b914 100644
--- a/gitblit.properties
+++ b/gitblit.properties
@@ -52,7 +52,7 @@
 #
 # Git:Blit UI Settings
 #
-siteName = Repositories
+siteName =
 allowAdministration = true
 repositoriesMessage = Welcome to Git:Blit!<br>A quick and easy way to host your own Git repositories.<br>Built with <a href="http://eclipse.org/jgit">JGit</a>, <a href="http://wicket.apache.org">Wicket</a>, <a href="http://code.google.com/p/google-code-prettify/">google-code-prettify</a>, <a href="http://eclipse.org/jetty">Jetty</a>, <a href="http://www.slf4j.org">SLF4J</a>, <a href="http://logging.apache.org/log4j">Log4j</a>, and <a href="http://jcommander.org">JCommander</a>.
 
@@ -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