diff options
-rw-r--r-- | README.md | 27 | ||||
-rw-r--r-- | README.org | 10 |
2 files changed, 19 insertions, 18 deletions
@@ -1,15 +1,16 @@ # Table of Contents -1. [Introduction](#org96a3616) -2. [Demo](#org65da1cb) -3. [Installation](#orgc576a29) -4. [Related packages](#orgc795f7e) -5. [Contributing](#orgacd2afe) +1. [Introduction](#orgcb2bd6c) +2. [Demo](#orgb33926c) +3. [Features](#orge581435) +4. [Installation](#org2f12f6d) +5. [Related packages](#orgfa06ed1) +6. [Contributing](#org21c0b8b) -<a id="org96a3616"></a> +<a id="orgcb2bd6c"></a> # Introduction @@ -25,14 +26,14 @@ functions for sending email with git. current HEAD. It will then prepare the patches as email messages in the same way as `git-email-send-email`. -You can see all the customizable variables running M-x `customize-group` -RET `git-email` RET. +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). +If you want to easily apply patches you have recieved via email, you +should checkout [piem](https://git.kyleam.com/piem). -<a id="org65da1cb"></a> +<a id="orgb33926c"></a> # Demo @@ -59,14 +60,14 @@ patch from the magit status buffer by pressing `W c s`. You can install it by cloning this repo and adding `git-email.el` to your `load-path`. -<a id="orgc795f7e"></a> +<a id="orgfa06ed1"></a> # Related packages - [piem](https://git.kyleam.com/piem/) - gluing together public-inbox archives and git -<a id="orgacd2afe"></a> +<a id="org21c0b8b"></a> # Contributing @@ -1,5 +1,5 @@ #+TITLE: git-email -#+AUTHOR: yoctocell +#+AUTHOR: Xinglu Chen #+EMAIL: public@yoctocell.xyz * Introduction @@ -15,11 +15,11 @@ functions for sending email with git. current HEAD. It will then prepare the patches as email messages in the same way as =git-email-send-email=. -You can see all the customizable variables running M-x =customize-group= -RET =git-email= RET. +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]]. +If you want to easily apply patches you have recieved via email, you +should checkout [[https://git.kyleam.com/piem][piem]]. * Demo [[file:demo.gif]] |