summaryrefslogtreecommitdiffstats
path: root/git-svn.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@kernel.org>2011-04-27 21:09:59 +0000
committerJunio C Hamano <junio@kernel.org>2011-04-27 21:09:59 +0000
commit209ebe834d6f29ff83e295db508f981713c9f0a7 (patch)
tree1350d6398f5312ab1de66bca803a2703df089d84 /git-svn.txt
parenta3d4ca2ddaca08b3bdb0fdbc4479b954e1e028e5 (diff)
downloadgit-htmldocs-209ebe834d6f29ff83e295db508f981713c9f0a7.tar.gz
Autogenerated HTML docs for v1.7.5-52-ge839f
Diffstat (limited to 'git-svn.txt')
-rw-r--r--git-svn.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/git-svn.txt b/git-svn.txt
index 30a67486d..71fc0ae8c 100644
--- a/git-svn.txt
+++ b/git-svn.txt
@@ -350,6 +350,8 @@ Any other arguments are passed directly to 'git log'
Empty directories are automatically recreated when using
"git svn clone" and "git svn rebase", so "mkdirs" is intended
for use after commands like "git checkout" or "git reset".
+ (See the svn-remote.<name>.automkdirs config file option for
+ more information.)
'commit-diff'::
Commits the diff of two tree-ish arguments from the
@@ -680,6 +682,14 @@ svn.pathnameencoding::
locales to avoid corrupted file names with non-ASCII characters.
Valid encodings are the ones supported by Perl's Encode module.
+svn-remote.<name>.automkdirs::
+ Normally, the "git svn clone" and "git svn rebase" commands
+ attempt to recreate empty directories that are in the
+ Subversion repository. If this option is set to "false", then
+ empty directories will only be created if the "git svn mkdirs"
+ command is run explicitly. If unset, 'git svn' assumes this
+ option to be "true".
+
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