On 20.05.16 03:48, Jon Forrest wrote: > I'm running Git version 2.8.2 built from source on Ubuntu 16.04. > I'm using a repository that's stored on Dropbox. I'm the only person > accessing this repo. Everything works great. > > For reasons unrelated to Git, I decided to try Git for Windows, > so I installed "git version 2.8.2.windows.1" on Windows 10. > When I run 'git status' on Ubuntu the list I see is exactly what > I expect. However, when I run 'git status' on the > same Dropbox repo on Windows, I see what I expect plus I'm told > that every .pdf file and some .png files are modified. To bring at least a little light into the story: What does git diff say ? What does git config -l | grep core say ? And what does git ls-files --eol say? -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html