How does git-svn handle line endings?
I’m interested in this too. Supposing you have a repo that was created via git svn clone, I think you could break it down into three different questions: Does any git newline normalization/alteration happen at git svn fetch time, in moving commits from svn to the git repo? Does any git newline normalization/alteration happen at … Read more