diff options
author | yoctocell <public@yoctocell.xyz> | 2021-01-18 11:48:35 +0100 |
---|---|---|
committer | yoctocell <public@yoctocell.xyz> | 2021-01-18 11:51:23 +0100 |
commit | 134d11f280cdb8588bb237c0cd0b7244f64046d5 (patch) | |
tree | fc13c7935a759dc9a6f0f77467961350343baf98 /README.md | |
parent | 9cae26478c80f5f7a5b6fbde130a04d0e6114eb8 (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.md')
-rw-r--r-- | README.md | 34 |
1 files changed, 16 insertions, 18 deletions
@@ -1,20 +1,20 @@ # Table of Contents -1. [Introduction](#org1c3770f) -2. [Demo](#org22efe78) -3. [Installation](#org2f11d3b) -4. [Related packages](#org518440b) -5. [Contributing](#org16a78b5) +1. [Introduction](#org96a3616) +2. [Demo](#org65da1cb) +3. [Installation](#orgc576a29) +4. [Related packages](#orgc795f7e) +5. [Contributing](#orgacd2afe) -<a id="org1c3770f"></a> +<a id="org96a3616"></a> # 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 @@ -25,41 +25,39 @@ 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 [piem](https://git.kyleam.com/piem). + -<a id="org22efe78"></a> +<a id="org65da1cb"></a> # Demo  -<a id="org2f11d3b"></a> +<a id="orgc576a29"></a> # Installation You can install it by cloning this repo and adding `git-email.el` to your `load-path`. -<a id="org518440b"></a> +<a id="orgc795f7e"></a> # Related packages - [piem](https://git.kyleam.com/piem/) - gluing together public-inbox archives and git -<a id="org16a78b5"></a> +<a id="orgacd2afe"></a> # Contributing -You can send patches to the [git-email-devel](https://lists.sr.ht/~yoctocell/git-email-devel) mailing list. +You can send patches and bug reports to the [git-email-devel](https://lists.sr.ht/~yoctocell/git-email-devel) mailing list. **Note:** The README.md is generated from README.org |