]> git.ipfire.org Git - thirdparty/git.git/commit - Documentation/git-svn.txt
git-svn: add an option to skip the creation of empty directories
authorMichael Haggerty <mhagger@alum.mit.edu>
Fri, 1 Apr 2011 10:26:00 +0000 (12:26 +0200)
committerJunio C Hamano <gitster@pobox.com>
Fri, 1 Apr 2011 19:53:18 +0000 (12:53 -0700)
commit55f9d7a75c90ca98f7d7be32e9bdca5a789d1257
treef947c8e7b42b39b500f3a405f5c597971cd2869f
parent6acef043581d69597860f3343ec2691c72b0803c
git-svn: add an option to skip the creation of empty directories

"git svn mkdirs" (which creates empty directories in the current
working copy) can be very slow and is often unnecessary.  Provide a
config file option "svn-remote.<name>.automkdirs" that prevents empty
directories from being created automatically.  (They are still created
if "git svn mkdirs" is invoked explicitly.)

Based-on-patch-by: Junio C Hamano <gitster@pobox.com>
Signed-off-by: Michael Haggerty <mhagger@alum.mit.edu>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-svn.txt
git-svn.perl
t/t9146-git-svn-empty-dirs.sh