summaryrefslogtreecommitdiffstats
path: root/git-send-email.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2006-02-06 02:27:23 +0000
committerJunio C Hamano <junio@hera.kernel.org>2006-02-06 02:27:23 +0000
commit86f75880b999faec96526606328b9f653e29a6f2 (patch)
tree121ea27c45d480cddc0e7682131e27c1ca79620b /git-send-email.html
parent1b6885b7318aaa1056c576da3463baf923f55148 (diff)
downloadgit-htmldocs-86f75880b999faec96526606328b9f653e29a6f2.tar.gz
Autogenerated HTML docs for v1.1.6-g2718
Diffstat (limited to 'git-send-email.html')
-rw-r--r--git-send-email.html65
1 files changed, 37 insertions, 28 deletions
diff --git a/git-send-email.html b/git-send-email.html
index af79b6714..821328c05 100644
--- a/git-send-email.html
+++ b/git-send-email.html
@@ -3,7 +3,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-<meta name="generator" content="AsciiDoc 7.0.1" />
+<meta name="generator" content="AsciiDoc 7.0.2" />
<style type="text/css">
/* Debug borders */
p, li, dt, dd, div, pre, h1, h2, h3, h4, h5, h6 {
@@ -286,23 +286,16 @@ enabled interface to provide the necessary information.</p>
<p>The options available are:</p>
<dl>
<dt>
---to
-</dt>
-<dd>
-<p>
- Specify the primary recipient of the emails generated.
- Generally, this will be the upstream maintainer of the
- project involved.
-</p>
-</dd>
-<dt>
---from
+--chain-reply-to, --no-chain-reply-to
</dt>
<dd>
<p>
- Specify the sender of the emails. This will default to
- the value GIT_COMMITTER_IDENT, as returned by "git-var -l".
- The user will still be prompted to confirm this entry.
+ 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
</p>
</dd>
<dt>
@@ -310,18 +303,18 @@ enabled interface to provide the necessary information.</p>
</dt>
<dd>
<p>
- Use \$EDITOR to edit an introductory message for the
+ Use $EDITOR to edit an introductory message for the
patch series.
</p>
</dd>
<dt>
---subject
+--from
</dt>
<dd>
<p>
- 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.
+ Specify the sender of the emails. This will default to
+ the value GIT_COMMITTER_IDENT, as returned by "git-var -l".
+ The user will still be prompted to confirm this entry.
</p>
</dd>
<dt>
@@ -337,16 +330,12 @@ enabled interface to provide the necessary information.</p>
</p>
</dd>
<dt>
---chain-reply-to, --no-chain-reply-to
+--quiet
</dt>
<dd>
<p>
- 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
+ Make git-send-email less verbose. One line per email should be
+ all that is output.
</p>
</dd>
<dt>
@@ -358,6 +347,26 @@ enabled interface to provide the necessary information.</p>
localhost.
</p>
</dd>
+<dt>
+--subject
+</dt>
+<dd>
+<p>
+ 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.
+</p>
+</dd>
+<dt>
+--to
+</dt>
+<dd>
+<p>
+ Specify the primary recipient of the emails generated.
+ Generally, this will be the upstream maintainer of the
+ project involved.
+</p>
+</dd>
</dl>
</div>
<h2>Author</h2>
@@ -376,7 +385,7 @@ send_lots_of_email.pl by Greg Kroah-Hartman.</p>
</div>
<div id="footer">
<div id="footer-text">
-Last updated 27-Dec-2005 00:16:40 PDT
+Last updated 06-Feb-2006 02:27:00 UTC
</div>
</div>
</body>