git-svn: restore original LC_ALL setting (or unset) for commit
authorEric Wong <normalperson@yhbt.net>
Fri, 2 Jun 2006 22:16:41 +0000 (15:16 -0700)
committerEric Wong <normalperson@yhbt.net>
Fri, 16 Jun 2006 10:04:19 +0000 (03:04 -0700)
svn forces UTF-8 for commit messages, and with LC_ALL set to 'C'
it is unable to determine encoding of the git commit message.

Now we'll just assume the user has set LC_* correctly for
the commit message they're using.

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

No differences found