summaryrefslogtreecommitdiffstats
path: root/git-send-email.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2018-04-25 17:25:34 +0900
committerJunio C Hamano <gitster@pobox.com>2018-04-25 17:25:34 +0900
commit96153bf70f5b69b8c480445c9aed3782ef6776a3 (patch)
treee0081b96a5c6731fbb3f2bccce0be798a33c2201 /git-send-email.html
parentbbb584b1065a684f3ce95ab24b609bd800e6cae1 (diff)
downloadgit-htmldocs-96153bf70f5b69b8c480445c9aed3782ef6776a3.tar.gz
Autogenerated HTML docs for v2.17.0-391-g1f1cd
Diffstat (limited to 'git-send-email.html')
-rw-r--r--git-send-email.html23
1 files changed, 9 insertions, 14 deletions
diff --git a/git-send-email.html b/git-send-email.html
index c624af78a..6be6679fe 100644
--- a/git-send-email.html
+++ b/git-send-email.html
@@ -1,9 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" />
-<meta name="generator" content="AsciiDoc 8.6.9" />
+<meta name="generator" content="AsciiDoc 8.6.10" />
<title>git-send-email(1)</title>
<style type="text/css">
/* Shared CSS for AsciiDoc xhtml11 and html5 backends */
@@ -1124,7 +1125,7 @@ must be used for each option.</p></div>
<dd>
<p>
Some email servers (e.g. smtp.163.com) limit the number emails to be
- sent per session (connection) and this will lead to a faliure when
+ sent per session (connection) and this will lead to a failure when
sending many messages. With this option, send-email will disconnect after
sending $&lt;num&gt; messages and wait for a few seconds (see --relogin-delay)
and reconnect, to work around such a limit. You may want to
@@ -1550,17 +1551,7 @@ edit ~/.gitconfig to specify your account settings:</p></div>
</div></div>
<div class="paragraph"><p>If you have multifactor authentication setup on your gmail account, you will
need to generate an app-specific password for use with <em>git send-email</em>. Visit
-<a href="https://security.google.com/settings/security/apppasswords">https://security.google.com/settings/security/apppasswords</a> to setup an
-app-specific password. Once setup, you can store it with the credentials
-helper:</p></div>
-<div class="literalblock">
-<div class="content">
-<pre><code>$ git credential fill
-protocol=smtp
-host=smtp.gmail.com
-username=youname@gmail.com
-password=app-password</code></pre>
-</div></div>
+<a href="https://security.google.com/settings/security/apppasswords">https://security.google.com/settings/security/apppasswords</a> to create it.</p></div>
<div class="paragraph"><p>Once your commits are ready to be sent to the mailing list, run the
following commands:</p></div>
<div class="literalblock">
@@ -1569,6 +1560,10 @@ following commands:</p></div>
$ edit outgoing/0000-*
$ git send-email outgoing/*</code></pre>
</div></div>
+<div class="paragraph"><p>The first time you run it, you will be prompted for your credentials. Enter the
+app-specific or your regular password as appropriate. If you have credential
+helper configured (see <a href="git-credential.html">git-credential(1)</a>), the password will be saved in
+the credential store so you won&#8217;t have to type it the next time.</p></div>
<div class="paragraph"><p>Note: the following perl modules are required
Net::SMTP::SSL, MIME::Base64 and Authen::SASL</p></div>
</div>
@@ -1591,7 +1586,7 @@ $ git send-email outgoing/*</code></pre>
<div id="footer">
<div id="footer-text">
Last updated
- 2018-03-15 15:49:20 PDT
+ 2018-04-25 17:24:48 JST
</div>
</div>
</body>