From: Junio C Hamano Date: Mon, 27 Feb 2006 07:07:11 +0000 (+0000) Subject: Autogenerated man pages for v1.2.2-gc55f X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=5dc9b13736e3e3ba62a9162ae67931c7787ca45b;p=git.git Autogenerated man pages for v1.2.2-gc55f --- diff --git a/man1/git-svnimport.1 b/man1/git-svnimport.1 index b0d44850..c49bb846 100755 --- a/man1/git-svnimport.1 +++ b/man1/git-svnimport.1 @@ -23,7 +23,7 @@ git-svnimport \- Import a SVN repository into git .SH "SYNOPSIS" -\fIgit\-svnimport\fR [ \-o ] [ \-h ] [ \-v ] [ \-d | \-D ] [ \-C ] [ \-i ] [ \-u ] [\-l limit_rev] [ \-b branch_subdir ] [ \-T trunk_subdir ] [ \-t tag_subdir ] [ \-s start_chg ] [ \-m ] [ \-M regex ] [ ] +\fIgit\-svnimport\fR [ \-o ] [ \-h ] [ \-v ] [ \-d | \-D ] [ \-C ] [ \-i ] [ \-u ] [\-l limit_rev] [ \-b branch_subdir ] [ \-T trunk_subdir ] [ \-t tag_subdir ] [ \-s start_chg ] [ \-m ] [ \-r ] [ \-M regex ] [ \-I ] [ ] .SH "DESCRIPTION" @@ -76,6 +76,10 @@ The \fItrunk\fR branch from SVN is imported to the \fIorigin\fR branch within th Prepend \fIrX: \fR to commit messages, where X is the imported subversion revision\&. .TP +\-I +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\&.) + +.TP \-m Attempt to detect merges based on the commit message\&. This option will enable default regexes that try to capture the name source branch name from the commit message\&.