From: Aditya Garg Date: Thu, 8 May 2025 17:14:29 +0000 (+0000) Subject: docs: add credential helper for outlook and gmail in OAuth list of helpers X-Git-Tag: v2.50.0-rc0~33^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ba998f61072943aa8205bfaf966412ecc9cb7af9;p=thirdparty%2Fgit.git docs: add credential helper for outlook and gmail in OAuth list of helpers This commit adds the `git-credential-outlook` and `git-credential-gmail` helpers to the list of OAuth helpers. Signed-off-by: Aditya Garg Signed-off-by: Junio C Hamano --- diff --git a/Documentation/gitcredentials.adoc b/Documentation/gitcredentials.adoc index 3337bb475d..b49923db02 100644 --- a/Documentation/gitcredentials.adoc +++ b/Documentation/gitcredentials.adoc @@ -133,6 +133,10 @@ Popular helpers with OAuth support include: - https://github.com/hickford/git-credential-oauth[git-credential-oauth] (cross platform, included in many Linux distributions) + - https://github.com/AdityaGarg8/git-credential-email[git-credential-gmail] (cross platform, dedicated helper to authenticate Gmail accounts for linkgit:git-send-email[1]) + + - https://github.com/AdityaGarg8/git-credential-email[git-credential-outlook] (cross platform, dedicated helper to authenticate Microsoft Outlook accounts for linkgit:git-send-email[1]) + CREDENTIAL CONTEXTS -------------------