]> git.ipfire.org Git - thirdparty/git.git/commit
docs: improve send-email documentation
authorAditya Garg <gargaditya08@live.com>
Thu, 8 May 2025 17:14:28 +0000 (17:14 +0000)
committerJunio C Hamano <gitster@pobox.com>
Thu, 8 May 2025 18:07:07 +0000 (11:07 -0700)
commitd6c63a798f333821c4dc08cf45b7628f77d7ab93
tree3087f1a5517f133497e2c13033e5c65d9fa77d6e
parent8adee0c0b06f7d1347b4e26a635e0ef20be217f4
docs: improve send-email documentation

OAuth2.0 is a new authentication method that is being used by many email
providers, including Outlook and Gmail. Recently, the Authen::SASL perl
module has been updated to support OAuth2.0 authentication, thus making
the git-send-email script be able to use this authentication method as
well. So lets improve the documentation to reflect this change.

I also had a hard time finding a reliable OAuth2.0 access token
generator for Outlook and Gmail. So I added a link to the such
generators which I developed myself after seaching through lots of code
and API documentation to make things easier for others.

Signed-off-by: Aditya Garg <gargaditya08@live.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-send-email.adoc