summaryrefslogtreecommitdiff
path: root/Documentation/git-svn.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2011-04-27 18:36:41 (GMT)
committerJunio C Hamano <gitster@pobox.com>2011-04-27 18:36:41 (GMT)
commit698a9ab3f104b369e41ad26ad0bdaedc3a1d5f4f (patch)
treef8f4caee7105d8c1a03aa68ae7a5b1428c2dc337 /Documentation/git-svn.txt
parent95fd6e21f1e7656d3760346ec08b2d43133cba9c (diff)
parent55f9d7a75c90ca98f7d7be32e9bdca5a789d1257 (diff)
downloadgit-698a9ab3f104b369e41ad26ad0bdaedc3a1d5f4f.zip
git-698a9ab3f104b369e41ad26ad0bdaedc3a1d5f4f.tar.gz
git-698a9ab3f104b369e41ad26ad0bdaedc3a1d5f4f.tar.bz2
Merge branch 'mh/git-svn-automkdirs'
* mh/git-svn-automkdirs: git-svn: add an option to skip the creation of empty directories
Diffstat (limited to 'Documentation/git-svn.txt')
-rw-r--r--Documentation/git-svn.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/Documentation/git-svn.txt b/Documentation/git-svn.txt
index 30a6748..71fc0ae 100644
--- a/Documentation/git-svn.txt
+++ b/Documentation/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