diff options
author | Dmitry Statyvka <dstatyvka@tmsoft-ltd.kiev.ua> | 2010-07-30 04:30:13 +0200 |
---|---|---|
committer | Eric Wong <normalperson@yhbt.net> | 2010-07-30 07:49:21 +0000 |
commit | 3713e2226bcda64513efd537f370ce4d7f767a1e (patch) | |
tree | 7bbdb6d27c5bbea17cfbe6ab0d585b06da543f5b /Documentation/git-svn.txt | |
parent | gitweb: move highlight config out of guess_file_syntax() (diff) | |
download | tgif-3713e2226bcda64513efd537f370ce4d7f767a1e.tar.xz |
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>
Diffstat (limited to 'Documentation/git-svn.txt')
-rw-r--r-- | Documentation/git-svn.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/git-svn.txt b/Documentation/git-svn.txt index b09bd9761f..4b84d08fc8 100644 --- a/Documentation/git-svn.txt +++ b/Documentation/git-svn.txt @@ -646,6 +646,12 @@ svn.brokenSymlinkWorkaround:: revision fetched. If unset, 'git svn' assumes this option to be "true". +svn.pathnameencoding:: + This 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. + Valid encodings are the ones supported by Perl's Encode module. + Since the noMetadata, rewriteRoot, rewriteUUID, useSvnsyncProps and useSvmProps options all affect the metadata generated and used by 'git svn'; they *must* be set in the configuration file before any history is imported |