diff options
author | Junio C Hamano <gitster@pobox.com> | 2023-05-09 16:45:46 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2023-05-09 16:45:46 -0700 |
commit | 53b29442a86f9d89308a223ce03efae5374d2d11 (patch) | |
tree | 0936ea82e1b650a71acb4072b51f64ac106c3d66 | |
parent | 461eea3fb88b92ce174a2a38ed12b22cd390ee81 (diff) | |
parent | 839ebad442e686c8c23a758f05e8e0b3d1b71c19 (diff) | |
download | git-53b29442a86f9d89308a223ce03efae5374d2d11.tar.gz |
Merge branch 'jw/send-email-update-gmail-insn'
Doc update to drop use of deprecated app-specific password against
gmail.
* jw/send-email-update-gmail-insn:
send-email docs: Remove mention of discontinued gmail feature
-rw-r--r-- | Documentation/git-send-email.txt | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/Documentation/git-send-email.txt b/Documentation/git-send-email.txt index b0f438ec99..6e988a83c5 100644 --- a/Documentation/git-send-email.txt +++ b/Documentation/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: |