git-svn: Eliminate temp file usage in libsvn_get_file()
authorEric Wong <normalperson@yhbt.net>
Thu, 15 Jun 2006 20:36:12 +0000 (13:36 -0700)
committerEric Wong <normalperson@yhbt.net>
Fri, 16 Jun 2006 10:04:21 +0000 (03:04 -0700)
This means we'll have a loose object when we encounter a symlink
but that's not the common case.

We also don't have to worry about svn:eol-style when using the
SVN libraries, either.  So remove the code to deal with that.

Signed-off-by: Eric Wong <normalperson@yhbt.net>

No differences found