diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2010-12-05 11:45:09 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2010-12-05 11:45:09 +0000 |
commit | d7c607fd8b1efe8467509220025bbdbbfe076b47 (patch) | |
tree | b534587b7a22338d2beb2e0462a992e27987f2d6 /config/settings.yml | |
parent | 80e0e1c5448a15568bb9a2205b0566eb19fa3b8a (diff) | |
download | redmine-d7c607fd8b1efe8467509220025bbdbbfe076b47.tar.gz redmine-d7c607fd8b1efe8467509220025bbdbbfe076b47.zip |
Automatic spent time logging from commit messages (#4155).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4470 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/settings.yml')
-rw-r--r-- | config/settings.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/settings.yml b/config/settings.yml index 2d32decb3..74647eb5a 100644 --- a/config/settings.yml +++ b/config/settings.yml @@ -98,6 +98,11 @@ commit_fix_status_id: default: 0 commit_fix_done_ratio: default: 100 +commit_logtime_enabled: + default: 0 +commit_logtime_activity_id: + format: int + default: 0 # autologin duration in days # 0 means autologin is disabled autologin: |