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)
commit968bdf1f3da677255c8950bb5b5a9de7e1150279
tree4b6e37587cb4bc102afdaaa0c931af1ec9e0e18e
parentcf7424b021f99fbc5dc1127725e57ca3d48e981c
git-svn: Eliminate temp file usage in libsvn_get_file()

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>
contrib/git-svn/git-svn.perl