aboutsummaryrefslogtreecommitdiff
path: root/git-email-magit.el
Commit message (Collapse)AuthorAgeFilesLines
* magit: Require relevant librariesXinglu Chen2021-01-231-0/+2
|
* magit: Remove todosXinglu Chen2021-01-221-8/+0
|
* magit: Use `magit-log-select' to select commitXinglu Chen2021-01-221-4/+8
| | | | | This brings up a log buffer where the user the select a commit, similar to when doing an interactive rebase.
* magit: Add basic support for transient commandsyoctocell2021-01-181-0/+57
This will extend the `magit-patch-create' transient prefix with a second action -- "Send patch".