IDEA-152968 git: fix commit message parsing in history

This commit is contained in:
Aleksey Pivovarov
2016-07-06 19:49:34 +03:00
committed by Aleksey Pivovarov
parent 8bbd6e423d
commit 7fe707f5ac
@@ -674,6 +674,7 @@ public class GitHistoryUtils {
myBuffer.setLength(0);
myBuffer.append(s);
myBuffer.append("\n");
return processResult(line);
}