aboutsummaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
Diffstat (limited to 'README.org')
-rw-r--r--README.org14
1 files changed, 6 insertions, 8 deletions
diff --git a/README.org b/README.org
index ac4baf6..9be637d 100644
--- a/README.org
+++ b/README.org
@@ -3,8 +3,8 @@
#+EMAIL: public@yoctocell.xyz
* Introduction
-=git-email= integrates git and email with Emacs, it offers three main
-functions for sending and receiving email with git.
+=git-email= integrates git and email with Emacs, it offers two main
+functions for sending email with git.
- =git-email-send-email= will send the marked files as patches using your
mail client of choice. This means that you have to first run
@@ -15,14 +15,12 @@ functions for sending and receiving email with git.
current HEAD. It will then prepare the patches as email messages in
the same way as =git-email-send-email=.
-- =git-email-apply-patch= will ask you for a project to cd into and then
- apply the patch in the current buffer using =git am=. You can also
- specify your own function to extract the patch from the buffer by
- changing the =git-email-apply-patch-function= variable.
-
You can see all the customizable variables running M-x =customize-group=
RET =git-email= RET.
+If you want to easily apply patches you have recieved, you should
+checkout [[https://git.kyleam.com/piem][piem]].
+
* Demo
[[file:demo.gif]]
@@ -33,6 +31,6 @@ You can install it by cloning this repo and adding =git-email.el= to your =load-
- [[https://git.kyleam.com/piem/][piem]] - gluing together public-inbox archives and git
* Contributing
-You can send patches to the [[https://lists.sr.ht/~yoctocell/git-email-devel][git-email-devel]] mailing list.
+You can send patches and bug reports to the [[https://lists.sr.ht/~yoctocell/git-email-devel][git-email-devel]] mailing list.
*Note:* The README.md is generated from README.org