]> git.ipfire.org Git - thirdparty/git.git/commitdiff
docs: add credential helper for outlook and gmail in OAuth list of helpers
authorAditya Garg <gargaditya08@live.com>
Thu, 8 May 2025 17:14:29 +0000 (17:14 +0000)
committerJunio C Hamano <gitster@pobox.com>
Thu, 8 May 2025 18:07:07 +0000 (11:07 -0700)
This commit adds the `git-credential-outlook` and `git-credential-gmail`
helpers to the list of OAuth helpers.

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

index 3337bb475de4c57533863685ce6367cd27038e59..b49923db026fe2a023227cd0c3d9f733a4ac43df 100644 (file)
@@ -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
 -------------------