summaryrefslogtreecommitdiffstats
path: root/git-send-email.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2023-05-09 16:51:59 -0700
committerJunio C Hamano <gitster@pobox.com>2023-05-09 16:51:59 -0700
commit8dc18870b81cf54a9c4d1bff419c92da2303162f (patch)
tree47b6f38b9bf29ec7a4c96f85e49f985069f7140a /git-send-email.txt
parent0d59fefff5cd16e6a371503f3aaf74c269f7804d (diff)
downloadgit-htmldocs-8dc18870b81cf54a9c4d1bff419c92da2303162f.tar.gz
Autogenerated HTML docs for v2.40.1-515-g5597cf
Diffstat (limited to 'git-send-email.txt')
-rw-r--r--git-send-email.txt8
1 files changed, 2 insertions, 6 deletions
diff --git a/git-send-email.txt b/git-send-email.txt
index b0f438ec9..6e988a83c 100644
--- a/git-send-email.txt
+++ b/git-send-email.txt
@@ -484,14 +484,10 @@ edit ~/.gitconfig to specify your account settings:
smtpServerPort = 587
----
-If you have multi-factor authentication set up on your Gmail account, you will
-need to generate an app-specific password for use with 'git send-email'. Visit
+If you have multi-factor authentication set up on your Gmail account, you can
+generate an app-specific password for use with 'git send-email'. Visit
https://security.google.com/settings/security/apppasswords to create it.
-If you do not have multi-factor authentication set up on your Gmail account,
-you will need to allow less secure app access. Visit
-https://myaccount.google.com/lesssecureapps to enable it.
-
Once your commits are ready to be sent to the mailing list, run the
following commands: