summaryrefslogtreecommitdiffstats
path: root/git-send-email.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2016-05-29 18:22:14 -0700
committerJunio C Hamano <gitster@pobox.com>2016-05-29 18:22:14 -0700
commit37cf4080cf89b1797f1d6c402bb18efe6ee04ea9 (patch)
treedb4d4abf3b918b52faac6e3a58948bf6d41e4f8e /git-send-email.html
parent5e1c55ed95a90b08d37133c3f53aed5f1d03767b (diff)
downloadgit-htmldocs-37cf4080cf89b1797f1d6c402bb18efe6ee04ea9.tar.gz
Autogenerated HTML docs for v2.9.0-rc0-38-gf3913
Diffstat (limited to 'git-send-email.html')
-rw-r--r--git-send-email.html15
1 files changed, 14 insertions, 1 deletions
diff --git a/git-send-email.html b/git-send-email.html
index 162be04cf..7d8fa5736 100644
--- a/git-send-email.html
+++ b/git-send-email.html
@@ -1508,6 +1508,19 @@ edit ~/.gitconfig to specify your account settings:</p></div>
smtpUser = yourname@gmail.com
smtpServerPort = 587</code></pre>
</div></div>
+<div class="paragraph"><p>If you have multifactor authentication setup on your gmail acocunt, 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>
<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">
@@ -1537,7 +1550,7 @@ $ git send-email outgoing/*</code></pre>
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
-Last updated 2015-12-04 14:42:39 PST
+Last updated 2016-05-29 18:21:50 PDT
</div>
</div>
</body>