Ok, I have a git repo. All clones running same-ish version of git (pretty much latest).
- 'origin' is on GitHub.com
- clones on various CentOS servers, no problems with line-endings encountered
- clone on my Mac OS system (using git via cmd line, and/or Tower GUI), no problems with line-endings either..
BUT
- another clone on a Ubuntu server, git-diff thinks the entire file has changed when I make any changes to a file
So, what must I do with git-config on this one Ubuntu box to sort the problem? I've read various articles (and git-config docs) on the subject, but it's not entirely clear what the decisive one-hit fix is.. ?