aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Require projectyoctocell2021-01-041-1/+3
| | | | | | Add project.el as a dependency * git-email.el:
* Autoload `git-email-send-email'yoctocell2021-01-041-0/+1
| | | | * git-email.el:
* Add support for ibufferyoctocell2021-01-041-0/+9
| | | | | | | | | | | | | | Users can send marked buffers as patches, but I am not able to get the filename of the buffer under point. Everytime I run `ibuffer-buffer-file-name' the cursor jumps to the beginning of the buffer and I don't any filename returned. I have tried using `execute-kbd-macro' as well, but the cursor still jumps to the beginning of the buffer and I end up marking all buffers under the section. * git-email.el (git-email--ibuffer): (git-email--get-filenames):
* Fix typoyoctocell2021-01-041-3/+2
| | | | | * git-email.el (git-email--vc-dir): (git-email--get-filenames):
* Tweak wording in docstringsyoctocell2021-01-041-3/+3
| | | | | | * git-email.el (git-email--dired): (git-email--vc-dir): (git-email--get-filenames):
* Create a message for each selected fileyoctocell2021-01-041-3/+37
| | | | | | | | | | | | Add helper functions to get a list of marked files, or the file under point. git-email-send-email => git-email--compose-email * git-email.el (git-email-send-email): (git-email--dired): (git-email--vc-dir): (git-email--get-filenames):
* Add docs for the 'references' headeryoctocell2021-01-041-1/+25
| | | | * git-email.el (git-email-headers):
* Fix typoyoctocell2021-01-041-1/+1
| | | | * git-email.el (git-email-send-email):
* Update default value of `git-email-headers'yoctocell2021-01-041-1/+1
| | | | | | | `mail-header-format' formats the 'References' header in a different way compared to other headers. * git-email.el (git-email-headers):
* 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 licenseyoctocell2021-01-031-0/+674
|
* 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