> From: Stas Fedotov <stas.fedo...@gmail.com> > > I am using git on Cygwin. > > Today I figured out that this is .gitattributes file which is messing the > stuff. .gitattributes contains only > * text = auto > > After removing the file - problem was gone. > > But I still wonder why? Because the both git-scm book and github tutorial > on lineendings told that .gitattributes should solve my problem.
My guess is that it involved line endings: somehow, the file as it is checked out does not match git-status's expectations, and so it is flagged as being changed. It seems like it must be a bug in some way. Dale -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To unsubscribe from this group and stop receiving emails from it, send an email to git-users+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.