On Fri, Apr 11, 2008 at 4:03 AM, Darren Syzling wrote: > > I'm using the Git-preview20080301.exe and seen the recent discussions > regarding core.autocrlf default of true. So I understand the > recommendation of using LF within a git repository and on Windows > machines converting to crlf within the working copy. > > How does this work with git-svn and msysgit and are there currently > issues here?
Currently, git-svn doesn't work with autocrlf. The Right Thing to do would be for git-svn to convert svn:eol-style properties into a .gitattributes file in the repository. Patches Welcome. For now, I manually turn off autocrlf for each of my git-svn repositories. Peter Harris
