I use git-svn at work and people are constantly complaining that I'm committing LF's instead of CRLF's. (We're mostly a Windows shop).
As far as I can tell, when core.autocrlf is true the working copy is CRLF, when false it's LF, and when input it's left untouched. I like the autocrlf = true as a concept, but I wish it would default to CRLF in the index since that's what get's committed to SVN.
Is there a way to set what line ending the index uses?
I've seen core.eol, but this also seems to only set what the working copy uses, not the index.