@@ -64,6 +64,7 module Redmine | |||||
64 |
|
64 | |||
65 | def initialize(url, root_url=nil, login=nil, password=nil, path_encoding=nil) |
|
65 | def initialize(url, root_url=nil, login=nil, password=nil, path_encoding=nil) | |
66 | super |
|
66 | super | |
|
67 | @path_encoding = path_encoding || 'UTF-8' | |||
67 | @flag_report_last_commit = SCM_GIT_REPORT_LAST_COMMIT |
|
68 | @flag_report_last_commit = SCM_GIT_REPORT_LAST_COMMIT | |
68 | end |
|
69 | end | |
69 |
|
70 |
General Comments 0
You need to be logged in to leave comments.
Login now