X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=git-svnimport.html;h=9687673042e626ec2794133c6d42a7df6d93ba38;hb=2abe7e860dae61000d304bc1e865406ddc7e4ba1;hp=dcce0fa16b2cfdcd6e4e95e837f63473aeb3c9c4;hpb=c915412d65374e88aa1e6de642bb0e0616d387e3;p=git.git diff --git a/git-svnimport.html b/git-svnimport.html index dcce0fa1..96876730 100644 --- a/git-svnimport.html +++ b/git-svnimport.html @@ -273,10 +273,10 @@ git-svnimport(1) Manual Page

SYNOPSIS

git-svnimport [ -o <branch-for-HEAD> ] [ -h ] [ -v ] [ -d | -D ] - [ -C <GIT_repository> ] [ -i ] [ -u ] [-l limit_rev] - [ -b branch_subdir ] [ -T trunk_subdir ] [ -t tag_subdir ] - [ -s start_chg ] [ -m ] [ -M regex ] - <SVN_repository_URL> [ <path> ]

+ [ -C <GIT_repository> ] [ -i ] [ -u ] [-l limit_rev] + [ -b branch_subdir ] [ -T trunk_subdir ] [ -t tag_subdir ] + [ -s start_chg ] [ -m ] [ -r ] [ -M regex ] + [ -I <ignorefile_name> ] <SVN_repository_URL> [ <path> ]

DESCRIPTION

@@ -365,6 +365,17 @@ incremental SVN imports.

+-I <ignorefile_name> +
+
+

+ Import the svn:ignore directory property to files with this + name in each directory. (The Subversion and GIT ignore + syntaxes are similar enough that using the Subversion patterns + directly with "-I .gitignore" will almost always just work.) +

+
+
-m
@@ -478,7 +489,7 @@ various participants of the git-list <git@vger.kernel.org>.