aboutsummaryrefslogtreecommitdiff
path: root/git-email.el
diff options
context:
space:
mode:
Diffstat (limited to 'git-email.el')
-rw-r--r--git-email.el10
1 files changed, 10 insertions, 0 deletions
diff --git a/git-email.el b/git-email.el
index 152b113..703a3f6 100644
--- a/git-email.el
+++ b/git-email.el
@@ -24,6 +24,16 @@
;;; Commentary:
+;; This package integrates with git and email and offers two main functions
+;; - `git-email-send-email' 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-apply-patch' will apply the patch that you are currently viewing
+;; and it will ask to for the project that the patch belongs to.
+
;;; Code:
(defgroup git-email nil