On Fri, Nov 13, 2009 at 9:08 AM, Marc Strapetz <marc.strapetz@xxxxxxxxxxx> wrote: >> Sounds like the core.autocrlf setting (see "git help config"), which I >> believe is set by default on Windows. > > I have checked both $GIT_DIR/config and ~/.gitconfig and autocrlf has > not been set. I have then set autocrlf = false for the Windows > repository and still the file didn't show up as modified. On Linux, I've > added autocrlf = true (resp. autocrlf = input) for the repository and > still the file shows up as modified. Not that I don't like this > behavior, but I don't understand it :) Windows Git version is 1.6.5.1, > Linux version is 1.6.3.3. > In order to make changes to core.autocrlf effective, you need to delete .git/index and perform a hard reset: $ rm .git/index $ git reset --hard Did you do this before checking if the files were modified? -- Erik "kusma" Faye-Lund -- 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