mirror of
https://github.com/redmine/redmine.git
synced 2025-12-16 05:20:28 +01:00
Adds a setting to limit the number of revisions displayed on a repository file log (default=100).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2350 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -132,6 +132,9 @@ repositories_encodings:
|
||||
# encoding used to convert commit logs to UTF-8
|
||||
commit_logs_encoding:
|
||||
default: 'UTF-8'
|
||||
repository_log_display_limit:
|
||||
format: int
|
||||
default: 100
|
||||
ui_theme:
|
||||
default: ''
|
||||
emails_footer:
|
||||
|
||||
Reference in New Issue
Block a user