aboutsummaryrefslogtreecommitdiff
path: root/git-email.el
diff options
context:
space:
mode:
authoryoctocell <public@yoctocell.xyz>2021-01-04 23:08:44 +0100
committeryoctocell <public@yoctocell.xyz>2021-01-04 23:09:24 +0100
commitdd94ac8152e817e5f8fce622de2a4aa0c89df9bb (patch)
tree3e04d2375857bf8b404f6a8396f1c1dc4fe31d1b /git-email.el
parentfb5cb413c28e73fafa296c962cf92b25e0e78dc1 (diff)
Update commentary
Add description for `git-email-format-patch'. * git-email.el:
Diffstat (limited to 'git-email.el')
-rw-r--r--git-email.el9
1 files changed, 7 insertions, 2 deletions
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.