From 79c3ac5e722e6710ca07ccaefd07318709797f29 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Wed, 15 Feb 2006 02:22:11 +0000 Subject: [PATCH] Autogenerated man pages for v1.2.0-ge8a1 --- man1/git-send-email.1 | 12 ++++++++++++ man1/git-svnimport.1 | 12 ++++++++---- 2 files changed, 20 insertions(+), 4 deletions(-) diff --git a/man1/git-send-email.1 b/man1/git-send-email.1 index 3f01fce6a..95350e223 100755 --- a/man1/git-send-email.1 +++ b/man1/git-send-email.1 @@ -38,6 +38,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 @@ -54,6 +58,10 @@ Specify the sender of the emails\&. This will default to the value GIT_COMMITTER \-\-in\-reply\-to 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\&. @@ -66,6 +74,10 @@ If set, specifies the outgoing SMTP server to use\&. Defaults to localhost\&. \-\-subject 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\&. diff --git a/man1/git-svnimport.1 b/man1/git-svnimport.1 index 87869c4d6..b0d44850e 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" -git\-svnimport [ \-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 ] [ \-M regex ] [ ] .SH "DESCRIPTION" @@ -69,7 +69,11 @@ Name the SVN subdirectory for branches\&. Default "branches"\&. .TP \-o -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\&. -- 2.26.2