Autogenerated manpages for v1.5.2.2-590-gf578
authorJunio C Hamano <junio@hera.kernel.org>
Thu, 28 Jun 2007 08:16:16 +0000 (08:16 +0000)
committerJunio C Hamano <junio@hera.kernel.org>
Thu, 28 Jun 2007 08:16:16 +0000 (08:16 +0000)
man1/git-send-email.1

index 1e0013d2e45ada5e15cf706426376240e8c22c33..6ea743ebe41ba72bac47da95db0d50969726f948 100644 (file)
@@ -2,7 +2,7 @@
 .\" It was generated using the DocBook XSL Stylesheets (version 1.69.1).
 .\" Instead of manually editing it, you probably should edit the DocBook XML
 .\" source for it and then use the DocBook XSL Stylesheets to regenerate it.
-.TH "GIT\-SEND\-EMAIL" "1" "06/27/2007" "Git 1.5.2.2.585.g9cc0" "Git Manual"
+.TH "GIT\-SEND\-EMAIL" "1" "06/28/2007" "Git 1.5.2.2.590.gf578" "Git Manual"
 .\" disable hyphenation
 .nh
 .\" disable justification (adjust text to left margin only)
@@ -40,8 +40,8 @@ Specify the sender of the emails. This will default to the value GIT_COMMITTER_I
 \-\-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 found in Signed\-off\-by: or Cc: lines to the cc list.
+\-\-signed\-off\-by\-cc, \-\-no\-signed\-off\-by\-cc
+If this is set, add emails found in Signed\-off\-by: or Cc: lines to the cc list. Default is the value of \fIsendemail.signedoffbycc\fR configuration value; if that is unspecified, default to \-\-signed\-off\-by\-cc.
 .TP
 \-\-quiet
 Make git\-send\-email less verbose. One line per email should be all that is output.
@@ -52,11 +52,11 @@ If set, specifies the outgoing SMTP server to use (e.g. smtp.example.com or a ra
 \-\-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.
+\-\-suppress\-from, \-\-no\-suppress\-from
+If this is set, do not add the From: address to the cc: list, if it shows up in a From: line. Default is the value of \fIsendemail.suppressfrom\fR configuration value; if that is unspecified, default to \-\-no\-supress\-from.
 .TP
-\-\-threaded, \-\-no\-threaded
-If this is set, the In\-Reply\-To header will be set on each email sent. If disabled with "\-\-no\-threaded", no emails will have the In\-Reply\-To header set. Default is the value of the \fIsendemail.threaded\fR configuration value; if that is unspecified, default to \-\-threaded.
+\-\-thread, \-\-no\-thread
+If this is set, the In\-Reply\-To header will be set on each email sent. If disabled with "\-\-no\-thread", no emails will have the In\-Reply\-To header set. Default is the value of the \fIsendemail.thread\fR configuration value; if that is unspecified, default to \-\-thread.
 .TP
 \-\-dry\-run
 Do everything except actually send the emails.