summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-09-01Update copyright yearsKyle Meyer
2020-04-16km/magit-toggle-remote-skip: Give visual feedbackKyle Meyer
2020-04-16km-magit: Add command to create dedicated log for a topic branchKyle Meyer
2020-04-16km/magit-show-commit-at-point: Recognize 'git describe' formatKyle Meyer
2020-04-16km/magit-copy-commit-summary: Strip trailing periodKyle Meyer
Trailing periods in commit message subjects are especially annoying when using the reference format within a paragraph.
2020-04-16km/magit-copy-commit-summary: Use git's new "reference" formatKyle 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-16magit: Reconcile branch transient keysKyle Meyer
My branch popup has a good number of key changes and custom commands. Things got in a pretty bad state with the Transient switch. Try to fix that.
2020-04-16km-magit: Change name and default suffix of branch backup commandKyle 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-16km/magit-branch-backup-current: Allow non-interactive suffix argKyle Meyer
This will make it easier to create commands for common ones.
2020-04-16km-magit: Add branch "set" archiving and deletionKyle Meyer
2020-04-16magit: Update "jump to remote counts" binding for upstream changeKyle Meyer
The jumping functionality is contained in a transient as of 655950f4 (magit-status-jump: New command, 2019-12-18).
2020-04-16km-magit: Add command for listing tags which contain a revisionKyle Meyer
2020-04-16km/magit-show-commit-at-point: Convert regexp to rxKyle Meyer
2020-04-16Advise magit-log-merged to drop pathspecKyle Meyer
2020-04-16km/magit-branch-archive: Delay refresh until outside loopKyle Meyer
2020-04-16magit: Prune a now non-existent optionKyle Meyer
2020-04-16rst: Turn on Flyspell modeKyle Meyer
2020-04-16theme: Tweak faces for rst levelsKyle Meyer
2020-04-16theme: Tweak magit-diff-revision-summaryKyle Meyer
2020-04-16km/gnus--gmane-link: Allow whitespace prefixKyle Meyer
2020-04-16km/gnus--last-message-link: Rewrite regexp with rxKyle Meyer
2020-04-16notmuch: Add yhetil.org/orgmode public-inbox to known archivesKyle Meyer
2020-04-16notmuch: Add Git's public-inbox to known archivesKyle Meyer
2020-04-16org: Restore previous default value of org-fontify-done-headlineKyle Meyer
2020-04-16org: Update variable for name changeKyle Meyer
2020-04-16dired: Drop unused configurationKyle Meyer
2020-04-16helm-swoop: Change helm-swoop-pre-input-functionKyle Meyer
With an upgrade of helm (didn't note the version at the time, unfortunately), this triggered a type error.
2020-04-13Update URL values for repository moveKyle Meyer
2019-10-10notmuch: Improve stashing of debbugs CCKyle Meyer
The CC value can have a tab, which the regexp doesn't handle. Instead rely on message-fetch-field.
2019-10-10magit: Add command for configuring refs/pull/*/head fetchKyle Meyer
2019-10-10magit: Add "checkout detached" commandKyle Meyer
2019-10-10init: Don't try to remap prefix commandKyle Meyer
... because it won't work.
2019-10-10magit: Add command for toggling skipFetchAllKyle Meyer
2019-10-10km/magit-github-url: Try origin URL if bug-reference URL is unsetKyle Meyer
2019-10-10org-capture: Auto-stash in notmuch subjectsKyle Meyer
2019-10-10init: Drop option that no longer existsKyle Meyer
This should have been done with 797591e7 (magit: Update for transient branch merge, 2019-02-16).
2019-10-10Restore magit-branch-direct-configure to default valueKyle Meyer
Otherwise I don't think it's possible to configure a branch that isn't checked out.
2019-10-10theme: Make org-drawer inherit from org-special-keywordKyle Meyer
As of 876a4419d (Fontify drawers correctly., 2019-08-28), Org paints draws as intended, but I prefer the old appearance.
2019-08-10Use xdigit for sha1 regexpsKyle Meyer
2019-08-10notmuch-show-at-point: Allow surrounding bracketsKyle Meyer
I've hit into this a few times in the wild, particularly on lists that are archived with public-inbox.
2019-08-10km/magit-branch-archive: Show archive in process bufferKyle Meyer
2019-08-10km/magit-diff-visit-file: Disable magit-diff-visit-previous-blobKyle 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-10Merge branch 'theme-update'Kyle Meyer
2019-08-10theme: TweakKyle Meyer
2019-08-10theme: Customize a few more Magit facesKyle Meyer
2019-08-10theme: Replace many values with closest fg- or bg- colorKyle Meyer
2019-08-10theme: Drop term customizationKyle Meyer
2019-08-10theme: Tweak diff colorsKyle Meyer
2019-08-10theme: Pull out and name some shared valuesKyle Meyer
2019-08-10theme: Avoid setting faces outside themeKyle Meyer