Newlines stripped from CVS commit messages (#19835).

git-svn-id: http://svn.redmine.org/redmine/trunk@14301 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang
2015-06-13 06:38:26 +00:00
parent 391140d280
commit ad8cfe1887

View File

@@ -168,7 +168,6 @@ module Redmine
file_state = nil
branch_map = nil
io.each_line() do |line|
line = line.strip
if state != "revision" && /^#{ENDLOG}/ =~ line
commit_log = String.new
revision = nil