I have a mysterious problem with one of my git repositories that work fine when I check it out on linux, but not when I do that on windows. On windows, pile of files immediately change themselves - eg when I do git diff I see a lot of changes. What is even more interesting, is that when I do git stash, nothing happens (it tell me it stashed back, but changes are still there, so i can keep stashing and stashing but it doesn't help), I still have lot of dirty changes to tracked files and I can't get rid of them in any way. It's pretty much like if files were containing something what can't be stored on NTFS and windows version of git would replace the content with something else. Because it's private repository I unfortunately can't provide it's content, but these files are mostly SQL text files, the screenshot (so that colors are preserved), is here: http://snag.gy/93A8S.jpg Is there any way to "fix" windows git so that it works? Did anyone experience this? It may be something related to windows line endings, but I am not really sure. During installation of GIT I checked "keep line endings as they are in repository" Thanks -- 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