diff options
-rw-r--r-- | git-email.el | 10 |
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 |