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)
commitce475dfcb5021339d8545a020e8697dd35a1bbea
treef73c22e7af23b0ac2dab05ae9cc0dcb519de1539
parent4a393f2b53f0997f79d47793d4c774fa0072887c
git-svn: restore original LC_ALL setting (or unset) for commit

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