I've recently forked a repository. I made a local repository and created a maven project through eclipse. I made the changes I wanted and commited them. Although I made minor changes the differences shown on Github
are tremendous. All the file is shown as having been changed. I believe that this is an encoding misalignment. In my eclipse workspace I didn't change anything when I created the project so the default was Cp1253
(Windows 7).
I want to make a pull request for the changes I made, but I want to fix this diff problem before I do that. I don't know what encoding was used in the original project. What are my options?