aboutsummaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
authoryoctocell <public@yoctocell.xyz>2021-01-18 11:48:35 +0100
committeryoctocell <public@yoctocell.xyz>2021-01-18 11:51:23 +0100
commit134d11f280cdb8588bb237c0cd0b7244f64046d5 (patch)
treefc13c7935a759dc9a6f0f77467961350343baf98 /README.org
parent9cae26478c80f5f7a5b6fbde130a04d0e6114eb8 (diff)
Remove functionality for applying patches
This is better handled by the piem[0] package. [0]: https://git.kyleam.com/piem
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