Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | magit: Add dependency on transient | Xinglu Chen | 2021-02-05 | 1 | -1/+1 |
| | | | | * git-email-magit.el: Add transient to "Package-Requires" field. | ||||
* | magit: Fix typos | Xinglu Chen | 2021-02-04 | 1 | -2/+2 |
| | | | | | | This is what I get when I am lazy. * git-email-magit.el: Fix typos git-email-notmuch -> git-email-magit. | ||||
* | magit: Require relevant libraries | Xinglu Chen | 2021-01-23 | 1 | -0/+2 |
| | |||||
* | 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 |
| | | | | | 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 commands | yoctocell | 2021-01-18 | 1 | -0/+57 |
This will extend the `magit-patch-create' transient prefix with a second action -- "Send patch". |