How to solve the problem that KDiff adds extra blank lines when resolving merge conflicts?

Viewed 892

How to solve the problem that KDiff adds extra blank lines when resolving merge conflicts? Changing the end line and encoding in the settings to any others does not help.

If before running git mergetool we have:

line1
line2
line3

then after starting and resolving the conflict:

line1

line2

line3
2 Answers

FYI, I had this bug with 1.9.4. Upgrading to 1.9.5 fixes that.

Related