From 66c29a66638066c3c56cdcbd423d5c7874b73a27 Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Mon, 11 Apr 2011 09:59:56 -0400 Subject: [PATCH] Enforce default paging value. --- gitblit.properties | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/gitblit.properties b/gitblit.properties index 9174b33..8ea1cc6 100644 --- a/gitblit.properties +++ b/gitblit.properties @@ -78,6 +78,7 @@ summaryRefsCount = 5 # The number of commits to show on each page of a Log +# Value must exceed 0 else default of 50 is used logPageCommitsCount = 50 # Registered extensions for google-code-prettify -- Gitblit v1.9.1