Defect #14931 » git_adapter.rb.patch
lib/redmine/scm/adapters/git_adapter.rb 2013-09-17 14:26:12.000000000 +0300 | ||
---|---|---|
353 | 353 |
:identifier => identifier, |
354 | 354 |
:revision => identifier, |
355 | 355 |
:scmid => identifier, |
356 |
:author => authors_by_commit[identifier] |
|
356 |
:author => authors_by_commit[identifier].force_encoding('UTF-8')
|
|
357 | 357 |
)) |
358 | 358 |
identifier = '' |
359 | 359 |
author = '' |