X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fgit-svn.txt;h=4b84d08fc87c13f6db371ecc52710bd09865d784;hb=f9c8e7c8f134597f34315cb1b5fcd4598c3453ca;hp=b09bd9761faa42f2bc87306ee5c1890647dce769;hpb=c255a70b5ef4e70070b6076c4308da9d163d56a9;p=git.git diff --git a/Documentation/git-svn.txt b/Documentation/git-svn.txt index b09bd9761..4b84d08fc 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