~yoctocell/git-email

Work with git and email in Emacs.
git-email: Add function for matching git-email buffers.
git-email: Generate unique buffer names.
README: Link to online manual.

clone

read-only
https://git.sr.ht/~yoctocell/git-email
read/write
git@git.sr.ht:~yoctocell/git-email

You can also use your local clone with git send-email.

#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 base 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.

If you want to easily apply patches you have recieved via email, you should checkout piem.

See the manual for more details.

#Demo

img

#Contributing

You can send patches and bug reports to the git-email-devel mailing list.