Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Dont' colorize revision | yoctocell | 2021-01-07 | 1 | -18/+8 |
* | Get revision under point if possible | yoctocell | 2021-01-07 | 1 | -8/+11 |
* | Add comments and restructure | yoctocell | 2021-01-06 | 1 | -93/+100 |
* | Rename function | yoctocell | 2021-01-06 | 1 | -2/+2 |
* | Use custom face for revision | yoctocell | 2021-01-06 | 1 | -1/+4 |
* | Allow users to add custom function to get patches | yoctocell | 2021-01-06 | 1 | -22/+29 |
* | Make `git-email-apply-patch' more configurable | yoctocell | 2021-01-06 | 1 | -1/+20 |
* | Fix indentation | yoctocell | 2021-01-06 | 1 | -16/+17 |
* | Colorize revisions in minibuffer list | yoctocell | 2021-01-06 | 1 | -17/+45 |
* | Check if selected files are patches | yoctocell | 2021-01-06 | 1 | -8/+18 |
* | Fallback to minibuffer prompt when sending patch | yoctocell | 2021-01-06 | 1 | -1/+6 |
* | Rename some functions | yoctocell | 2021-01-06 | 1 | -6/+6 |
* | Fix `package-lint' issues | yoctocell | 2021-01-06 | 1 | -2/+2 |
* | Get rid of compile warnings | yoctocell | 2021-01-06 | 1 | -0/+7 |
* | Add function to send all mails at once | yoctocell | 2021-01-06 | 1 | -0/+13 |
* | Add function to apply patch in current buffer | yoctocell | 2021-01-05 | 1 | -0/+8 |
* | Update commentary | yoctocell | 2021-01-04 | 1 | -2/+7 |
* | Add wrapper for 'git-format-patch' | yoctocell | 2021-01-04 | 1 | -3/+51 |
* | Add comments | yoctocell | 2021-01-04 | 1 | -0/+6 |
* | Fix hooks | yoctocell | 2021-01-04 | 1 | -8/+7 |
* | Refactor `git-email-headers' | yoctocell | 2021-01-04 | 1 | -14/+7 |
* | Fix message header formatting | yoctocell | 2021-01-04 | 1 | -52/+18 |
* | Add todo | yoctocell | 2021-01-04 | 1 | -0/+3 |
* | Insert diff at beginning of body instead of EOF | yoctocell | 2021-01-04 | 1 | -5/+6 |
* | Remove '*** SUBJECT HERE ***' in message buffer | yoctocell | 2021-01-04 | 1 | -1/+3 |
* | Retain the cursor position after inserting diff | yoctocell | 2021-01-04 | 1 | -1/+2 |
* | Add todo | yoctocell | 2021-01-04 | 1 | -0/+2 |
* | Rename variable | yoctocell | 2021-01-04 | 1 | -2/+2 |
* | Update docs | yoctocell | 2021-01-04 | 1 | -25/+1 |
* | Add hooks to fix formatting of message headers | yoctocell | 2021-01-04 | 1 | -2/+59 |
* | Require project | yoctocell | 2021-01-04 | 1 | -1/+3 |
* | Autoload `git-email-send-email' | yoctocell | 2021-01-04 | 1 | -0/+1 |
* | Add support for ibuffer | yoctocell | 2021-01-04 | 1 | -0/+9 |
* | Fix typo | yoctocell | 2021-01-04 | 1 | -3/+2 |
* | Tweak wording in docstrings | yoctocell | 2021-01-04 | 1 | -3/+3 |
* | Create a message for each selected file | yoctocell | 2021-01-04 | 1 | -3/+37 |
* | Add docs for the 'references' header | yoctocell | 2021-01-04 | 1 | -1/+25 |
* | Fix typo | yoctocell | 2021-01-04 | 1 | -1/+1 |
* | Update default value of `git-email-headers' | yoctocell | 2021-01-04 | 1 | -1/+1 |
* | Update todos | yoctocell | 2021-01-04 | 1 | -3/+0 |
* | Fix typo | yoctocell | 2021-01-04 | 1 | -1/+1 |
* | Re-work header extraction | yoctocell | 2021-01-04 | 1 | -16/+29 |
* | Add todo | yoctocell | 2021-01-03 | 1 | -0/+2 |
* | Add fail-safe for extracting header | yoctocell | 2021-01-03 | 1 | -2/+5 |
* | Extract to address from git config | yoctocell | 2021-01-03 | 1 | -10/+16 |
* | Add todo list | yoctocell | 2021-01-03 | 1 | -0/+4 |
* | Add commentary | yoctocell | 2021-01-03 | 1 | -0/+10 |
* | Insert diff into message buffer | yoctocell | 2021-01-03 | 1 | -3/+10 |
* | Add function to extract diff | yoctocell | 2021-01-03 | 1 | -0/+9 |
* | Add function to send mail | yoctocell | 2021-01-03 | 1 | -3/+16 |