# Table of Contents
1. [Introduction](#org96a3616)
2. [Demo](#org65da1cb)
3. [Installation](#orgc576a29)
4. [Related packages](#orgc795f7e)
5. [Contributing](#orgacd2afe)
# Introduction
`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
`git format-patch` to generate the patches.
- `git-email-format-patch` will ask you for a revision and generate
patches for all the changes that occured between the revision and the
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.
If you want to easily apply patches you have recieved, you should
checkout [piem](https://git.kyleam.com/piem).
# Demo

# Installation
You can install it by cloning this repo and adding `git-email.el` to your `load-path`.
# Related packages
- [piem](https://git.kyleam.com/piem/) - gluing together public-inbox archives and git
# Contributing
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