summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-05-05Update for org-notmuch renameKyle Meyer
2019-05-05magit: Add command to copy branchKyle Meyer
2019-05-05km/magit-copy-commit-summary: Fix stale accessorKyle Meyer
2019-05-05Update for Magit's rework of buffer arguments (62d06e6)Kyle Meyer
2019-03-09km-magit: Rework rebase commands for git-rebase.el changesKyle Meyer
2019-03-07Tweak projectile configuration for upgradeKyle Meyer
Guix's projectile went from 0.14.0 to 2.0.0.
2019-02-23Update for magit-branch-popup-show-variables renameKyle Meyer
2019-02-16magit: Update for transient branch mergeKyle 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-16Drop custom magit-wip-log{,-current} bindingsKyle Meyer
I don't use these much.
2019-02-16Drop km/magit-stash-edit-messageKyle Meyer
I haven't used this since I added it.
2019-02-16km/magit-branch-archive: Archive reflog as wellKyle 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-16magit: Update stale command nameKyle Meyer
I apparently don't use this much because that was renamed quite some time ago.
2019-02-16km/magit-branch-backup-current: Use "--copy"Kyle Meyer
... so that the reflog is copied as well.
2019-02-16km/magit-branch-backup-current: Update stale docstringKyle Meyer
This should have been done in 6ea76aa (magit-branch-backup-current: Don't use "b/" prefix, 2017-03-19).
2019-02-15init: Drop now unused pkgbuild-modeKyle Meyer
2019-02-15magit: Enable bug-reference-mode in logsKyle Meyer
... for refs/pull/NN refs.
2019-02-15scheme: Prefer tags for finding definitionsKyle Meyer
2019-01-15Update repo URL in file headersKyle Meyer
2019-01-15Fix overaggressive URL updates from 01f2da58Kyle Meyer
2019-01-15notmuch: Mark drafts as readKyle Meyer
2019-01-15Update an org-set-tags call for upstream changesKyle 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-15magit: Don't set --output-directoryKyle Meyer
2019-01-15Update copyright yearsKyle Meyer
2019-01-15Update repo URL in file headersKyle Meyer
2019-01-15km-outline.el: Correct file name in headerKyle Meyer
2018-12-09Don't track org-capture-templatesKyle Meyer
2018-12-09org: Don't truncate subject when creating email link descriptionsKyle Meyer
2018-12-09Add disable-autofill commandKyle Meyer
2018-12-09agenda: Restructure notes directoryKyle 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-09Set magit-remote-add-set-remote.pushDefault to nilKyle Meyer
2018-12-09magit: Disable recently added section indicatorsKyle Meyer
2018-12-09Specify magit-branch-adjust-remote-upstream-alistKyle Meyer
2018-12-09km/magit-show-commit-at-point: Tighten hash regexpKyle Meyer
The main motivation is to make this work with hexshas surrounded by `.
2018-12-09Load orgit by defaultKyle Meyer
2018-12-09km/magit-branch-backup-current: Tweak prefix meaningKyle Meyer
2018-12-09km/magit-branch-backup-current: Quote branch name within regexpKyle Meyer
2018-12-09Update advice for magit-merge renameKyle Meyer
2018-12-09km/cleanup-buffer: Make sure whitespace-mode is boundKyle Meyer
2018-12-09notmuch-show-mode-map: Bind km/notmuch-visit-urlKyle Meyer
2018-12-09mail: Loosen github url regexpKyle Meyer
... so that it also matches the text in the "push" emails.
2018-12-09mail: Generalize "visit URL" commandKyle Meyer
2018-12-09Update Magit dependenciesKyle Meyer
2018-12-09km-magit: Don't use obsolete magit-section-whenKyle Meyer
2018-12-09km/magit-refs-toggle-tags: Don't implement with add-hook's LOCALKyle 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-09km/magit-log-dwim: Consider active regionKyle Meyer
2018-12-09git-commit-setup-hook: Add git-commit-turn-on-flyspellKyle Meyer
I should have done this in d83dd13 (Drop km/git-commit-turn-on-flyspell, 2018-08-25).
2018-12-09Don't track org-agenda-custom-commandsKyle Meyer
2018-12-09Set org-agenda-tags-columnKyle Meyer
2018-12-09Avoid adding redundant remote-counts to magit-status-sections-hookKyle 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-09Add separate use-package section for magit-extrasKyle Meyer
magit-extras isn't loaded with magit.