Windows doesn't have any problem reading files with any form of crlf. The main issue we have run into thus far is that if I create a new file in Windows, it's going to have crlf, and if I check it in that way through this svn process, the file is then stored with crlfs, which git does not expect. A wide variety of problems results. -Lucian On Tue, Aug 23, 2016 at 10:26 AM, Junio C Hamano <gitster@xxxxxxxxx> wrote: > Lucian Smith <lucianoelsmitho@xxxxxxxxx> writes: > >> The setup is that we have a git repository on github, and I've checked >> out a branch on my Windows machine using Tortoise svn. I make >> changes, commit them, and the branch is updated. In general, this >> works fine. > > Hmph, doesn't Windows port ship with core.autocrlf these days? -- 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