From 50984c55466228ccff0630e49acb4c5e271d446b Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Mon, 11 Apr 2011 09:59:03 -0400 Subject: [PATCH] Moved paging count to setting. Fixed css layouts. Removed log pager. --- gitblit.properties | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/gitblit.properties b/gitblit.properties index 2f03da0..9174b33 100644 --- a/gitblit.properties +++ b/gitblit.properties @@ -77,6 +77,9 @@ # Value must exceed 0 else default of 5 is used summaryRefsCount = 5 +# The number of commits to show on each page of a Log +logPageCommitsCount = 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