Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-03-07 | Tweak projectile configuration for upgrade | Kyle Meyer | |
Guix's projectile went from 0.14.0 to 2.0.0. | |||
2019-02-23 | Update for magit-branch-popup-show-variables rename | 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 custom magit-wip-log{,-current} bindings | Kyle Meyer | |
I don't use these much. | |||
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 | magit: Update stale command name | Kyle Meyer | |
I apparently don't use this much because that was renamed quite some time ago. | |||
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-02-15 | init: Drop now unused pkgbuild-mode | Kyle Meyer | |
2019-02-15 | magit: Enable bug-reference-mode in logs | Kyle Meyer | |
... for refs/pull/NN refs. | |||
2019-02-15 | scheme: Prefer tags for finding definitions | Kyle Meyer | |
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 | notmuch: Mark drafts as read | Kyle Meyer | |
2019-01-15 | Update an org-set-tags call for upstream changes | Kyle Meyer | |
This function has only one argument as of 4d152b994 (Rewrite tags setting functions, 2018-04-20). Guess I'm not using this command very often :/ | |||
2019-01-15 | magit: Don't set --output-directory | Kyle Meyer | |
2019-01-15 | Update copyright years | Kyle Meyer | |
2019-01-15 | Update repo URL in file headers | Kyle Meyer | |
2019-01-15 | km-outline.el: Correct file name in header | Kyle Meyer | |
2018-12-09 | Don't track org-capture-templates | Kyle Meyer | |
2018-12-09 | org: Don't truncate subject when creating email link descriptions | Kyle Meyer | |
2018-12-09 | Add disable-autofill command | Kyle Meyer | |
2018-12-09 | agenda: Restructure notes directory | Kyle Meyer | |
Set org-agenda-files to a file with a list of agenda files rather than setting org-agenda-files to a directory with symlinked org files. | |||
2018-12-09 | Set magit-remote-add-set-remote.pushDefault to nil | Kyle Meyer | |
2018-12-09 | magit: Disable recently added section indicators | Kyle Meyer | |
2018-12-09 | Specify magit-branch-adjust-remote-upstream-alist | 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 `. | |||
2018-12-09 | Load orgit by default | Kyle Meyer | |
2018-12-09 | km/magit-branch-backup-current: Tweak prefix meaning | Kyle Meyer | |
2018-12-09 | km/magit-branch-backup-current: Quote branch name within regexp | Kyle Meyer | |
2018-12-09 | Update advice for magit-merge rename | Kyle Meyer | |
2018-12-09 | km/cleanup-buffer: Make sure whitespace-mode is bound | Kyle Meyer | |
2018-12-09 | notmuch-show-mode-map: Bind km/notmuch-visit-url | Kyle Meyer | |
2018-12-09 | mail: Loosen github url regexp | Kyle Meyer | |
... so that it also matches the text in the "push" emails. | |||
2018-12-09 | mail: Generalize "visit URL" command | Kyle Meyer | |
2018-12-09 | Update Magit dependencies | Kyle Meyer | |
2018-12-09 | km-magit: Don't use obsolete magit-section-when | Kyle Meyer | |
2018-12-09 | km/magit-refs-toggle-tags: Don't implement with add-hook's LOCAL | Kyle Meyer | |
Magit will warn about an inappropriate value when the hook has a non-function value. Instead, use the same approach used by km/magit-cherry-toggle-upstream-section. | |||
2018-12-09 | km/magit-log-dwim: Consider active region | Kyle Meyer | |
2018-12-09 | git-commit-setup-hook: Add git-commit-turn-on-flyspell | Kyle Meyer | |
I should have done this in d83dd13 (Drop km/git-commit-turn-on-flyspell, 2018-08-25). | |||
2018-12-09 | Don't track org-agenda-custom-commands | Kyle Meyer | |
2018-12-09 | Set org-agenda-tags-column | Kyle Meyer | |
2018-12-09 | Avoid adding redundant remote-counts to magit-status-sections-hook | Kyle Meyer | |
In some scenarios, I've managed to get two km/magit-insert-remote-counts in magit-status-sections-hook. I don't see why that would be because I think :config should only run once. | |||
2018-12-09 | Add separate use-package section for magit-extras | Kyle Meyer | |
magit-extras isn't loaded with magit. | |||
2018-12-09 | Delete some infrequently used custom Magit commands | Kyle Meyer | |
I used many of these heavily at some point, but due to some combination of changes in my preferences/workflows and changes in Magit, I rarely use any of these now. | |||
2018-08-31 | Tighten km/project-filename-at-point check | Kyle Meyer | |
(thing-at-point 'filename) will return all sorts of text as filenames. | |||
2018-08-25 | Drop km/git-commit-turn-on-flyspell | Kyle Meyer | |
That predated Magit's 24c96608 (git-commit-turn-on-flyspell: avoid unnecessary work, 2017-12-03) and shouldn't be necessary now. |