Tim's last commit #1177
Replies: 3 comments
-
Oops, I see what happened: Beyond that, after my changes of 6/29 Robert found an issue with a variable/function I had Not sure why all of this would mess up any merges or diffs. I will change my end-of-line setting back to UNIX and try to remember to re-touch |
Beta Was this translation helpful? Give feedback.
-
I solved my problem after I had noticed that the files I needed were not really modified in your commit. But you see in the commit already that git can do no diff for these files, because for git it's new code. So changing EOLs everywhere would probably mean destroying all the git history IMO. There are probably options to ignore the different EOLs in git and other tools, but it's obviously not the default. |
Beta Was this translation helpful? Give feedback.
-
Well, it was Delphi code, and the IDEs in this case, Lazarus and old BCB4, did not like UNIX style. It's not KDevelop's fault, I told it to do that, and it only modifies a file if you touch it, which I did. And yeah, I mixed up that CR/LF thing, I sometimes forget that it's LF on UNIX ;-) |
Beta Was this translation helpful? Give feedback.
-
Hi Tim,
I have merge conflicts with your last commit in my branch and git refuses to merge them or even to display a sensible diff. I looked at your commit and noticed that most of the code was completely deleted and then recreated, at least according to git. Do you know what went wrong here?
65060d1
Edit:
It seems that for some files the code was not changed at all (ctrledit.cpp, ctrlcanvas.cpp) - why are they in the commit at all?
Beta Was this translation helpful? Give feedback.
All reactions