]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'mn/send-email-credential-doc'
authorJunio C Hamano <gitster@pobox.com>
Wed, 25 Apr 2018 04:28:57 +0000 (13:28 +0900)
committerJunio C Hamano <gitster@pobox.com>
Wed, 25 Apr 2018 04:28:57 +0000 (13:28 +0900)
Doc update.

* mn/send-email-credential-doc:
  send-email: simplify Gmail example in the documentation

1  2 
Documentation/git-send-email.txt

index 71ef97ba9b22aad996049bd0c1500a835a433350,f087d0be499fabf75b1e2879e6f040f599b8a491..af07840b4f3cee5eb502f8f0a54a016efbdd35b6
@@@ -471,18 -450,9 +471,9 @@@ edit ~/.gitconfig to specify your accou
                smtpUser = yourname@gmail.com
                smtpServerPort = 587
  
 -If you have multifactor authentication setup on your gmail acocunt, you will
 +If you have multifactor authentication setup on your gmail account, you will
  need to generate an app-specific password for use with 'git send-email'. Visit
- https://security.google.com/settings/security/apppasswords to setup an
- app-specific password.  Once setup, you can store it with the credentials
- helper:
-       $ git credential fill
-       protocol=smtp
-       host=smtp.gmail.com
-       username=youname@gmail.com
-       password=app-password
+ https://security.google.com/settings/security/apppasswords to create it.
  
  Once your commits are ready to be sent to the mailing list, run the
  following commands: