Make git-svn works with crlf (or any other) file content convertion
enabled.
When we modify file content SVN cant apply its delta to it. To fix this
situation I take full file content from SVN as next revision. This is
dump and slow but it works.
Sorry for the noise.
git-svn fetch files with this patch but I have found that git-svn use
git-hash-object and provide file name to store into stdin. As far as file is
a temp file git-hash-object can't correctly apply crlf convertion for the
file.
As a conclusion: git-svn does not apply crlf convertion on files being stored
into git repo. This make my patch useless.