Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | git-email: Remove unused variable | Xinglu Chen | 2021-01-22 | 1 | -3/+0 |
* | magit: Remove todos | Xinglu Chen | 2021-01-22 | 1 | -8/+0 |
* | magit: Use `magit-log-select' to select commit | Xinglu Chen | 2021-01-22 | 1 | -4/+8 |
* | gnus, notmuch: Fix typos | Xinglu Chen | 2021-01-20 | 2 | -4/+4 |
* | git-email: Make sure point is at BOF | Xinglu Chen | 2021-01-20 | 1 | -0/+1 |
* | magit: Add basic support for transient commands | yoctocell | 2021-01-18 | 1 | -0/+57 |
* | Rework `git-email-format-patch' | yoctocell | 2021-01-18 | 1 | -32/+30 |
* | Make `git-email-send-email' take files as an argument | yoctocell | 2021-01-18 | 1 | -8/+7 |
* | Move cursor to "to" address if empty | yoctocell | 2021-01-18 | 1 | -5/+8 |
* | Add minor modes for gnus and notmuch | yoctocell | 2021-01-18 | 2 | -3/+66 |
* | Remove functionality for applying patches | yoctocell | 2021-01-18 | 4 | -79/+25 |
* | Re-generate README.md | yoctocell | 2021-01-16 | 1 | -8/+18 |
* | Add git-email-notmuch.el | yoctocell | 2021-01-15 | 1 | -0/+46 |
* | Add `git-email--get-project' | yoctocell | 2021-01-15 | 1 | -2/+7 |
* | Update version | yoctocell | 2021-01-15 | 1 | -1/+1 |
* | Minor additions to README | yoctocell | 2021-01-12 | 1 | -9/+4 |
* | Bump version number | yoctocell | 2021-01-10 | 1 | -1/+1 |
* | Ask for version number for git format-patch | yoctocell | 2021-01-10 | 1 | -6/+9 |
* | Update commentary | yoctocell | 2021-01-09 | 1 | -5/+3 |
* | Fix package dependencies | yoctocell | 2021-01-09 | 1 | -1/+1 |
* | Use #' for referencing functions | yoctocell | 2021-01-09 | 1 | -6/+6 |
* | Delete patches after sending them | yoctocell | 2021-01-09 | 1 | -3/+8 |
* | Generate markdown README | yoctocell | 2021-01-09 | 2 | -1/+57 |
* | Add .envrc | yoctocell | 2021-01-09 | 1 | -0/+1 |
* | Add gif | yoctocell | 2021-01-09 | 2 | -2/+1 |
* | Rewrite README | yoctocell | 2021-01-09 | 2 | -20/+43 |
* | Check major mode when getting revision | yoctocell | 2021-01-08 | 1 | -1/+2 |
* | Reformat buffer | yoctocell | 2021-01-08 | 1 | -6/+12 |
* | Fontify diffs in `message-mode' | yoctocell | 2021-01-08 | 1 | -22/+41 |
* | Add install instructions | yoctocell | 2021-01-08 | 1 | -6/+4 |
* | Use custom functions to get revision | yoctocell | 2021-01-07 | 1 | -8/+20 |
* | 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 |
* | Create README file | Yash Karandikar | 2021-01-05 | 1 | -0/+22 |
* | 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 |