diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/app.ini | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/conf/app.ini b/conf/app.ini index 6157c08935..3c36195ff6 100644 --- a/conf/app.ini +++ b/conf/app.ini @@ -334,11 +334,13 @@ RUN_AT_START = true SCHEDULE = @every 24h [git] -; Max number of lines allowed of a single file in diff view. +; Disables highlight of added and removed changes +DISABLE_DIFF_HIGHLIGHT = false +; Max number of lines allowed of a single file in diff view MAX_GIT_DIFF_LINES = 1000 -; Max number of characters of a line allowed in diff view. +; Max number of characters of a line allowed in diff view MAX_GIT_DIFF_LINE_CHARACTERS = 500 -; Max number of files shown in diff view. +; Max number of files shown in diff view MAX_GIT_DIFF_FILES = 100 ; Arguments for command 'git gc', e.g. "--aggressive --auto" ; see more on http://git-scm.com/docs/git-gc/1.7.5 |