Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-02-06 | km/magit-patch-create-series: Improve subject regexp | Kyle Meyer | |
Noticed this for a series generated with --rfc. | |||
2021-01-29 | Prefer string-suffix-p to string-match-p | Kyle Meyer | |
2020-12-24 | Silence byte-compiler | Kyle Meyer | |
2020-12-24 | km/magit-copy-as-kill: Adjust for recent upstream change | Kyle Meyer | |
magit-copy-section-value gained an argument in 8e713d10 (magit-copy-section-value: Strip lines depending on sign of argument, 2020-12-21). | |||
2020-12-24 | km/magit-copy-as-kill: Cosmetics | Kyle Meyer | |
2020-12-24 | Fix km/magit-copy-{commit-message,hunk} | Kyle Meyer | |
2f209622 (km-magit: Don't use obsolete magit-section-when, 2018-12-09) botched the magit-section-when to magit-section-match conversion. Before that, I missed adjusting km/magit-copy-commit-message for the `message' to `commit-message' rename in cfed6f5b (Bind RET to magit-show-commit on commit messages in rev buffers, 2017-11-08). That I didn't notice until now is probably a sign I don't use these enough to keep them around. | |||
2020-12-24 | Drop use of dash | Kyle Meyer | |
2020-12-12 | km/magit-patch-create-series: Fix cover letter regexp | Kyle Meyer | |
*blush* | |||
2020-11-22 | km/magit-patch-create-series: Enable auto-fill-mode and flyspell-mode | Kyle Meyer | |
2020-11-18 | km/magit-patch-create-series: Add a comment about file arguments | Kyle Meyer | |
2020-11-18 | km/magit-patch-create-series: Handle already-visited cover letter | Kyle Meyer | |
In the unlikely case that there's already a buffer visiting the cover letter, point may be beyond the subject. | |||
2020-11-18 | km/magit-patch-create-series: Move an error closer to its origin | Kyle Meyer | |
2020-11-18 | km/magit-patch-create-series: Fix cover letter regex for rerolls | Kyle Meyer | |
2020-09-01 | magit: Add two custom patch commands | Kyle Meyer | |
2020-09-01 | Update copyright years | Kyle Meyer | |
2020-04-16 | km/magit-toggle-remote-skip: Give visual feedback | Kyle Meyer | |
2020-04-16 | km-magit: Add command to create dedicated log for a topic branch | Kyle Meyer | |
2020-04-16 | km/magit-show-commit-at-point: Recognize 'git describe' format | Kyle Meyer | |
2020-04-16 | km/magit-copy-commit-summary: Strip trailing period | Kyle Meyer | |
Trailing periods in commit message subjects are especially annoying when using the reference format within a paragraph. | |||
2020-04-16 | km/magit-copy-commit-summary: Use git's new "reference" format | Kyle Meyer | |
The format in km/magit-copy-commit-summary was based off of Git's convention, and Git v2.25 added a name for it. | |||
2020-04-16 | km-magit: Change name and default suffix of branch backup command | Kyle Meyer | |
I've been using "__vN" to record published versions of branches and "__cpN" for making "check points" of a branch when I'm in a state that I might want to look back on or reset to (e.g., because I'm going to do an involved, multi-step rewrite). I tend to use "__cp" a lot more, so make it the default. | |||
2020-04-16 | km/magit-branch-backup-current: Allow non-interactive suffix arg | Kyle Meyer | |
This will make it easier to create commands for common ones. | |||
2020-04-16 | km-magit: Add branch "set" archiving and deletion | Kyle Meyer | |
2020-04-16 | km-magit: Add command for listing tags which contain a revision | Kyle Meyer | |
2020-04-16 | km/magit-show-commit-at-point: Convert regexp to rx | Kyle Meyer | |
2020-04-16 | km/magit-branch-archive: Delay refresh until outside loop | Kyle Meyer | |
2020-04-13 | Update URL values for repository move | Kyle Meyer | |
2019-10-10 | magit: Add command for configuring refs/pull/*/head fetch | Kyle Meyer | |
2019-10-10 | magit: Add "checkout detached" command | Kyle Meyer | |
2019-10-10 | magit: Add command for toggling skipFetchAll | Kyle Meyer | |
2019-10-10 | km/magit-github-url: Try origin URL if bug-reference URL is unset | Kyle Meyer | |
2019-08-10 | Use xdigit for sha1 regexps | Kyle Meyer | |
2019-08-10 | km/magit-branch-archive: Show archive in process buffer | Kyle Meyer | |
2019-08-10 | km/magit-diff-visit-file: Disable magit-diff-visit-previous-blob | Kyle Meyer | |
At some point after this was added, Magit gained support for visiting REV^. My brain's used to this custom variant, so disable the new functionality rather than removing this variant. | |||
2019-08-10 | Fix spots that pass variable strings as message's format-string | Kyle Meyer | |
2019-08-10 | magit: Add command for doing fast-forward merge of push branch | Kyle Meyer | |
2019-05-05 | magit: Add command to copy branch | Kyle Meyer | |
2019-05-05 | km/magit-copy-commit-summary: Fix stale accessor | Kyle Meyer | |
2019-05-05 | Update for Magit's rework of buffer arguments (62d06e6) | Kyle Meyer | |
2019-03-09 | km-magit: Rework rebase commands for git-rebase.el changes | Kyle Meyer | |
2019-02-16 | magit: Update for transient branch merge | Kyle Meyer | |
I'm not incredibly confident that I performed a faithful conversion, but the things I've tested seem to be working. Keep the popup configuration around since I still use it for guix.el and snakemake.el. | |||
2019-02-16 | Drop km/magit-stash-edit-message | Kyle Meyer | |
I haven't used this since I added it. | |||
2019-02-16 | km/magit-branch-archive: Archive reflog as well | Kyle Meyer | |
This is useful information to have. magit-branch-shelve already does this. (It's one of the callers of the magit--rename-reflog-file helper.) At some point I should probably just switch to using magit-branch-shelve, which didn't exist when I added km/magit-branch-archive. The main differences are that they use a different ref namespace, magit-branch-shelve has a nice counterpart command for restoring the branch, and km/magit-branch-archive supports multiple ref selections. I do use the multi-ref feature a good amount from the refs buffer, but that might be pretty particular to my workflow and not something that should be added to magit-branch-shelve. | |||
2019-02-16 | km/magit-branch-backup-current: Use "--copy" | Kyle Meyer | |
... so that the reflog is copied as well. | |||
2019-02-16 | km/magit-branch-backup-current: Update stale docstring | Kyle Meyer | |
This should have been done in 6ea76aa (magit-branch-backup-current: Don't use "b/" prefix, 2017-03-19). | |||
2019-01-15 | Update repo URL in file headers | Kyle Meyer | |
2019-01-15 | Fix overaggressive URL updates from 01f2da58 | Kyle Meyer | |
2019-01-15 | Update copyright years | Kyle Meyer | |
2019-01-15 | Update repo URL in file headers | Kyle Meyer | |
2018-12-09 | km/magit-show-commit-at-point: Tighten hash regexp | Kyle Meyer | |
The main motivation is to make this work with hexshas surrounded by `. |