Autogenerated man pages for v1.2.0-ge8a1
authorJunio C Hamano <junio@hera.kernel.org>
Wed, 15 Feb 2006 02:22:11 +0000 (02:22 +0000)
committerJunio C Hamano <junio@hera.kernel.org>
Wed, 15 Feb 2006 02:22:11 +0000 (02:22 +0000)
man1/git-send-email.1
man1/git-svnimport.1

index 3f01fce..95350e2 100755 (executable)
@@ -39,6 +39,10 @@ The header of the email is configurable by command line options\&. If not specif
 The options available are:
 
 .TP
+\-\-cc
+Specify a starting "Cc:" value for each email\&.
+
+.TP
 \-\-chain\-reply\-to, \-\-no\-chain\-reply\-to
 If this is set, each email will be sent as a reply to the previous email sent\&. If disabled with "\-\-no\-chain\-reply\-to", all emails after the first will be sent as replies to the first email sent\&. When using this, it is recommended that the first file given be an overview of the entire patch series\&. Default is \-\-chain\-reply\-to
 
@@ -55,6 +59,10 @@ Specify the sender of the emails\&. This will default to the value GIT_COMMITTER
 Specify the contents of the first In\-Reply\-To header\&. Subsequent emails will refer to the previous email instead of this if \-\-chain\-reply\-to is set (the default) Only necessary if \-\-compose is also set\&. If \-\-compose is not set, this will be prompted for\&.
 
 .TP
+\-\-no\-signed\-off\-by\-cc
+Do not add emails foudn in Signed\-off\-by: lines to the cc list\&.
+
+.TP
 \-\-quiet
 Make git\-send\-email less verbose\&. One line per email should be all that is output\&.
 
@@ -67,6 +75,10 @@ If set, specifies the outgoing SMTP server to use\&. Defaults to localhost\&.
 Specify the initial subject of the email thread\&. Only necessary if \-\-compose is also set\&. If \-\-compose is not set, this will be prompted for\&.
 
 .TP
+\-\-suppress\-from
+Do not add the From: address to the cc: list, if it shows up in a From: line\&.
+
+.TP
 \-\-to
 Specify the primary recipient of the emails generated\&. Generally, this will be the upstream maintainer of the project involved\&.
 
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\&.