aboutsummaryrefslogtreecommitdiff
path: root/git-email.el
diff options
context:
space:
mode:
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.