Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add `git-email-get-address-function' variable | Xinglu Chen | 2021-01-28 | 1 | -0/+5 |
| | | | | | | | | | | This makes it possible for users to use their own function to get the “to” address. This could also be used for integration with piem.el. * doc/git-email.org (Sending email): Add bullet point. * git-email.el (git-email-get-to-address-function): Add variable. (git-email--get-to-address): Add function. (git-email--compose-email): Call the relevant function. | ||||
* | doc: Add comprehensive documentation | Xinglu Chen | 2021-01-25 | 1 | -0/+619 |
Add Org and Info manuals. |