This one a bit different, I suspect he haven't pull the latest merge at that point of time (Merge branch 'master' of https://github.com/Thatdot7/LNReader-Android), so in his repository the remote master still pointing to (Update prefereces for LineSpacing), which cause different point of head.Erakk wrote:That's a problem me and Nandaka had before (and sometimes still happens) because the end lines are different if you work on Linux and windows.
Lets say i mess with a file (windows) and then nandaka merges with his files (linux). all the files i touched will have windows coded end lines, so the merger will think that file was also touched and replace everything. Basically. In a nutshell.
Maybe you can try to do rebase, see: http://git-scm.com/book/en/Git-Branching-Rebasing, correct me if I'm wrong
