Autogenerated man pages for v1.2.0-ge8a1
[git.git] / man1 / git-svnimport.1
index 87869c4..b0d4485 100755 (executable)
@@ -23,7 +23,7 @@ git-svnimport \- Import a SVN repository into git
 .SH "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> ]
+\fIgit\-svnimport\fR [ \-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> ]
 
 .SH "DESCRIPTION"
 
@@ -69,7 +69,11 @@ Name the SVN subdirectory for branches\&. Default "branches"\&.
 
 .TP
 \-o <branch\-for\-HEAD>
-The trunk branch from SVN is imported to the origin branch within the git repository\&. Use this option if you want to import into a different branch\&.
+The \fItrunk\fR branch from SVN is imported to the \fIorigin\fR branch within the git repository\&. Use this option if you want to import into a different branch\&.
+
+.TP
+\-r
+Prepend \fIrX: \fR to commit messages, where X is the imported subversion revision\&.
 
 .TP
 \-m
@@ -90,7 +94,7 @@ due to SVN memory leaks\&. (These have been worked around\&.)
 
 .TP
 \-v
-Verbosity: let svnimport report what it is doing\&.
+Verbosity: let \fIsvnimport\fR report what it is doing\&.
 
 .TP
 \-d
@@ -119,7 +123,7 @@ Print a short usage message and exit\&.
 .SH "OUTPUT"
 
 
-If \-v is specified, the script reports what it is doing\&.
+If \fI\-v\fR is specified, the script reports what it is doing\&.
 
 
 Otherwise, success is indicated the Unix way, i\&.e\&. by simply exiting with a zero exit status\&.