summaryrefslogtreecommitdiffstats
path: root/git-send-email.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2015-06-16 15:08:01 -0700
committerJunio C Hamano <gitster@pobox.com>2015-06-16 15:08:01 -0700
commitce447ab917ea7f6b852fee7dfb18e4b24acc6bef (patch)
tree9e7ac770c840a765f34b11e45e71ef81782c9cff /git-send-email.html
parent8c5d59493937c1482fea3e1c3d494aba0abe1005 (diff)
downloadgit-htmldocs-ce447ab917ea7f6b852fee7dfb18e4b24acc6bef.tar.gz
Autogenerated HTML docs for v2.4.4-408-g16da5
Diffstat (limited to 'git-send-email.html')
-rw-r--r--git-send-email.html39
1 files changed, 37 insertions, 2 deletions
diff --git a/git-send-email.html b/git-send-email.html
index 0e0add7ab..99bda6d88 100644
--- a/git-send-email.html
+++ b/git-send-email.html
@@ -1392,8 +1392,43 @@ sendemail.aliasFileType
<dd>
<p>
Format of the file(s) specified in sendemail.aliasesFile. Must be
- one of <em>mutt</em>, <em>mailrc</em>, <em>pine</em>, <em>elm</em>, or <em>gnus</em>.
+ one of <em>mutt</em>, <em>mailrc</em>, <em>pine</em>, <em>elm</em>, or <em>gnus</em>, or <em>sendmail</em>.
</p>
+<div class="paragraph"><p>What an alias file in each format looks like can be found in
+the documentation of the email program of the same name. The
+differences and limitations from the standard formats are
+described below:</p></div>
+<div class="openblock">
+<div class="content">
+<div class="dlist"><dl>
+<dt class="hdlist1">
+sendmail
+</dt>
+<dd>
+<div class="ulist"><ul>
+<li>
+<p>
+Quoted aliases and quoted addresses are not supported: lines that
+ contain a <code>"</code> symbol are ignored.
+</p>
+</li>
+<li>
+<p>
+Line continuations are not supported: lines that start with
+ whitespace characters, or end with a <code>\</code> symbol are ignored.
+</p>
+</li>
+<li>
+<p>
+Warnings are printed on the standard error output for any
+ explicitly unsupported constructs, and any other lines that are not
+ recognized by the parser.
+</p>
+</li>
+</ul></div>
+</dd>
+</dl></div>
+</div></div>
</dd>
<dt class="hdlist1">
sendemail.multiEdit
@@ -1463,7 +1498,7 @@ $ git send-email outgoing/*</code></pre>
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
-Last updated 2015-03-23 14:31:16 PDT
+Last updated 2015-06-16 15:07:26 PDT
</div>
</div>
</body>