diff options
author | James Moger <james.moger@gitblit.com> | 2011-04-11 09:59:03 -0400 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2011-04-11 09:59:03 -0400 |
commit | 50984c55466228ccff0630e49acb4c5e271d446b (patch) | |
tree | e9b5b449ce0a48d8879d35ebe930456c67cd37c5 /gitblit.properties | |
parent | 1a3fc5e8f150ff73be27c67006a10bbab0c585b4 (diff) | |
download | gitblit-50984c55466228ccff0630e49acb4c5e271d446b.tar.gz gitblit-50984c55466228ccff0630e49acb4c5e271d446b.zip |
Moved paging count to setting. Fixed css layouts. Removed log pager.
Diffstat (limited to 'gitblit.properties')
-rw-r--r-- | gitblit.properties | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gitblit.properties b/gitblit.properties index 2f03da09..9174b335 100644 --- a/gitblit.properties +++ b/gitblit.properties @@ -77,6 +77,9 @@ summaryCommitCount = 20 # 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
|