From dd94ac8152e817e5f8fce622de2a4aa0c89df9bb Mon Sep 17 00:00:00 2001 From: yoctocell Date: Mon, 4 Jan 2021 23:08:44 +0100 Subject: Update commentary Add description for `git-email-format-patch'. * git-email.el: --- git-email.el | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'git-email.el') diff --git a/git-email.el b/git-email.el index 441a097..954eafa 100644 --- a/git-email.el +++ b/git-email.el @@ -24,13 +24,18 @@ ;;; Commentary: -;; This package integrates with git and email and offers two main functions -;; - `git-email-send-email' and `git-email-apply-patch'. +;; This package integrates with git and email and offers three main functions +;; - `git-email-send-email', `git-email-format-patch' and +;; `git-email-apply-patch'. ;; ;; `git-email-send-email' sends an email based on a patch file generated by ;; 'git format-patch'. It inserts the relevant headers and the diff into the ;; message buffer. ;; +;; `git-email-format-patch' is a wrapper for 'git format-patch' and it +;; automatically composes an email for each generated patch, in the same way +;; as `git-email-send-email'. +;; ;; `git-email-apply-patch' will apply the patch that you are currently viewing ;; and it will ask to for the project that the patch belongs to. -- cgit v1.2.3