summaryrefslogtreecommitdiffstats
path: root/git-svn.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@kernel.org>2010-08-03 15:15:54 +0000
committerJunio C Hamano <junio@kernel.org>2010-08-03 15:15:54 +0000
commita978876a665cbf17575e06e27f29c77326621c09 (patch)
treee5a708f860ea4caf83f8d08d68c88781f3b87163 /git-svn.txt
parent8ac9d8afca61866e40b7c3bac22175b842e66aa3 (diff)
downloadgit-htmldocs-a978876a665cbf17575e06e27f29c77326621c09.tar.gz
Autogenerated HTML docs for v1.7.2.1-22-ge7bdd
Diffstat (limited to 'git-svn.txt')
-rw-r--r--git-svn.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/git-svn.txt b/git-svn.txt
index b09bd9761..4b84d08fc 100644
--- a/git-svn.txt
+++ b/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