From 23c4055519294cea90529d9c1120c47403d54852 Mon Sep 17 00:00:00 2001 From: Aditya Garg Date: Wed, 28 May 2025 00:33:10 +0530 Subject: [PATCH] Add imap-send to the list of email helpers git imap-send is a git command that enables a person to send an email in mbox format generated by git format-patch to a folder using IMAP. Its link was missing from https://git-scm.com/docs --- data/doc_categories/email.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/data/doc_categories/email.yml b/data/doc_categories/email.yml index cd5a101332..d89badcb26 100644 --- a/data/doc_categories/email.yml +++ b/data/doc_categories/email.yml @@ -4,6 +4,7 @@ name: "Email" commands: - doc: "git-am" - doc: "git-apply" + - doc: "git-imap-send" - doc: "git-format-patch" - doc: "git-send-email" - doc: "git-request-pull"