| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
| |
Add project.el as a dependency
* git-email.el:
|
|
|
|
| |
* git-email.el:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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):
|
|
|
|
|
| |
* git-email.el (git-email--vc-dir):
(git-email--get-filenames):
|
|
|
|
|
|
| |
* git-email.el (git-email--dired):
(git-email--vc-dir):
(git-email--get-filenames):
|
|
|
|
|
|
|
|
|
|
|
|
| |
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):
|
|
|
|
| |
* git-email.el (git-email-headers):
|
|
|
|
| |
* git-email.el (git-email-send-email):
|
|
|
|
|
|
|
| |
`mail-header-format' formats the 'References' header in a different way
compared to other headers.
* git-email.el (git-email-headers):
|
| |
|
|
|
|
| |
* git-email.el (git-email--compose-message-function):
|
|
|
|
|
|
|
|
|
| |
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):
|
| |
|
|
|
|
| |
* git-email.el:
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
* git-email.el (git-email-send-email): Get to address from 'git config --list'.
|
| |
|
| |
|
|
|
|
| |
* git-email.el (git-email-send-email):
|
|
|
|
| |
* git-email.el (git-email--extract-diff): Init
|
|
|
|
| |
* git-email.el (git-email-send-email): Init.
|
|
|
|
|
|
| |
Let the user choose what function to use for composing a message.
* git-email.el (git-email--compose-message-function): Init.
|
|
|