aboutsummaryrefslogtreecommitdiff
path: root/git-email.el
Commit message (Collapse)AuthorAgeFilesLines
* Update todosyoctocell2021-01-041-3/+0
|
* Fix typoyoctocell2021-01-041-1/+1
| | | | * git-email.el (git-email--compose-message-function):
* Re-work header extractionyoctocell2021-01-041-16/+29
| | | | | | | | | Let the user be able to customize which headers to insert. * git-email.el (git-email--extract-header): (git-email-headers): (git-email--extract-headers): (git-email-send-email):
* Add todoyoctocell2021-01-031-0/+2
| | | | * git-email.el:
* Add fail-safe for extracting headeryoctocell2021-01-031-2/+5
| | | | | | | Some patches don't have the 'in-reply-to' header. * git-email.el (git-email--extract-header): If the header is not found, return an empty string.
* Extract to address from git configyoctocell2021-01-031-10/+16
| | | | * git-email.el (git-email-send-email): Get to address from 'git config --list'.
* Add todo listyoctocell2021-01-031-0/+4
|
* Add commentaryyoctocell2021-01-031-0/+10
|
* Insert diff into message bufferyoctocell2021-01-031-3/+10
| | | | * git-email.el (git-email-send-email):
* Add function to extract diffyoctocell2021-01-031-0/+9
| | | | * git-email.el (git-email--extract-diff): Init
* Add function to send mailyoctocell2021-01-031-3/+16
| | | | * git-email.el (git-email-send-email): Init.
* Add variable for message functionyoctocell2021-01-031-0/+9
| | | | | | Let the user choose what function to use for composing a message. * git-email.el (git-email--compose-message-function): Init.
* Initial commityoctocell2021-01-031-0/+40