]> git.ipfire.org Git - thirdparty/git.git/commit - git-svn.perl
git svn: add an option to recode pathnames
authorDmitry Statyvka <dstatyvka@tmsoft-ltd.kiev.ua>
Fri, 30 Jul 2010 02:30:13 +0000 (04:30 +0200)
committerEric Wong <normalperson@yhbt.net>
Fri, 30 Jul 2010 07:49:21 +0000 (07:49 +0000)
commit3713e2226bcda64513efd537f370ce4d7f767a1e
tree7bbdb6d27c5bbea17cfbe6ab0d585b06da543f5b
parent61bf126ecb24977b883079942b71ff96174c19fb
git svn: add an option to recode pathnames

Introduce a new option 'svn.pathnameencoding' that instructs git svn to
recode pathnames to a given encoding.  It can be used by windows users
and by those who work in non-utf8 locales to avoid corrupted file names
with non-ascii characters.

[rp: renamed the option and added manpage documentation]

Signed-off-by: Dmitry Statyvka <dstatyvka@tmsoft-ltd.kiev.ua>
Signed-off-by: Robert Pollak <robert.pollak@gmail.com>
Acked-by: Eric Wong <normalperson@yhbt.net>
Documentation/git-svn.txt
git-svn.perl