Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-08-04 | Autoload km/magit-status | Kyle Meyer | |
2018-08-03 | notmuch-show-pr-in-magit: Pass default log arguments | Kyle Meyer | |
2018-07-30 | Tweak and simplify km/magit-rev-ancestor-p | Kyle Meyer | |
Don't assume that the question of interest is usually whether the revision at point is the descendant. | |||
2018-07-07 | theme: Change org-agenda-clocking face | Kyle Meyer | |
2018-07-01 | Update hyrdra-smerge for renamed commands | Kyle Meyer | |
The previous names are obsolete as of Emacs 26.1. | |||
2018-06-08 | magit: Use oref instead of magit-section accessor functions | Kyle Meyer | |
These have been obsolete for a while and are removed in Magit's master branch. | |||
2018-06-08 | magit: Use magit-unstaged-files, not magit-modified-files | Kyle Meyer | |
The latter has been obsolete for a while and is removed in Magit's master branch. | |||
2018-05-14 | notmuch-visit-github-url: Copy URL when given a prefix argument | Kyle Meyer | |
2018-04-28 | mail: Add notmuch-visit-github-url command | Kyle Meyer | |
2018-04-28 | km/magit-log-dwim: Handle merges in revision buffers | Kyle Meyer | |
2018-04-28 | km/magit-open-github-pr: New command | Kyle Meyer | |
2018-04-28 | projectile: Add command to copy Python module name | Kyle Meyer | |
2018-04-28 | Add key for transport-next-link to hydra-org-link-edit | Kyle Meyer | |
2018-04-01 | km-magit: Add command for copying GitHub link | Kyle Meyer | |
2018-04-01 | km-magit: Move copy functions to their own section | Kyle Meyer | |
2018-03-20 | km/magit-pin-file: Detect indirect buffers | Kyle Meyer | |
2018-01-20 | km-magit: Revise docstrings | Kyle Meyer | |
2018-01-13 | debbugs-notmuch-select-report: Use notmuch-tree | Kyle Meyer | |
2018-01-13 | Add notmuch variant for debbugs-gnu-select-report | Kyle Meyer | |
2018-01-13 | Define notmuch-search variant | Kyle Meyer | |
2018-01-13 | theme: Darken foreground of diff-context | Kyle Meyer | |
2018-01-13 | Update copyright years | Kyle Meyer | |
2017-12-31 | magit: Modify message for refs/pull/ merges | Kyle Meyer | |
2017-11-17 | Use default background for org-agenda-restriction-lock | Kyle Meyer | |
2017-10-28 | snakemake-recompile-no-dryrun: Support local snakemake-program | Kyle Meyer | |
I set snakemake-program to a directory-local variable to run the Snakemake call within a Guix profile. | |||
2017-10-28 | Add custom notmuch-show-stash-git-send-email variant | Kyle Meyer | |
2017-10-13 | org-link-edit-slurp-link: Update for renamed function | Kyle Meyer | |
Renamed in org-link-edit's 5dd5901c. | |||
2017-10-13 | notmuch: Add command to show GitHub PRs in Magit | Kyle Meyer | |
Inspired by William Casarin: https://notmuchmail.org/pipermail/notmuch/2017/025542.html | |||
2017-10-05 | dired: Add beginning-of-buffer variant | Kyle Meyer | |
2017-09-22 | open-github-patch: Escape unintentional wildcard | Kyle Meyer | |
2017-08-03 | mail: Read sync-mail arguments through custom function | Kyle Meyer | |
2017-08-02 | diff-review: Fix function for comment movement | Kyle Meyer | |
Rework km/diff-review-next-comment's move procedure to avoid an error when the buffer doesn't contain any comments and to short-circuit the recursion when the search function fails. This also introduces a change in behavior when N exceeds the number of comment blocks before/after point: instead of always positioning point at the start of the block, point is positioned at the end of the block for forward movement and the start of the block for backward movement. | |||
2017-07-23 | Add copy line action to avy-dispatch-alist | Kyle Meyer | |
2017-07-03 | Add custom notmuch-tree-from-show-current-query command | Kyle Meyer | |
2017-07-01 | diff-review: Add open-line variant | Kyle Meyer | |
2017-07-01 | diff-review: Add commands to move to the previous/next comment | Kyle Meyer | |
2017-07-01 | diff-review: Extract bounds logic into separate function | Kyle Meyer | |
The same calculation will be useful in the next commit, which adds commands for moving to the next/previous comment. | |||
2017-07-01 | diff-review-mode: Show mode map in docstring | Kyle Meyer | |
An upcoming commit will add commands for going to the next/previous comment. | |||
2017-07-01 | diff-review: Add more docstrings | Kyle Meyer | |
2017-07-01 | diff-review-as-mail: Anchor regexp search | Kyle Meyer | |
2017-06-14 | magit-update-or-auto-commit: Add optional no-directory argument | Kyle Meyer | |
2017-05-14 | magit: Add command to "archive" branches | Kyle Meyer | |
2017-04-12 | Add mode for reviewing diffs | Kyle Meyer | |
2017-04-11 | Add org-agenda-reschedule-by-days command | Kyle Meyer | |
2017-03-31 | Add strip-comment-lines command | Kyle Meyer | |
2017-03-28 | Add notmuch-show-at-point command | Kyle Meyer | |
2017-03-25 | magit-log-select-guess-fixup-commit: Decouple from log format | Kyle Meyer | |
When magit-log-show-refname-after-summary was non-nil, the previous logic failed. Use magit-rev-format instead of regular expressions to extract the subjects. As a result, we don't make any assumptions about where the subject is positioned in a magit-log-select-mode line. | |||
2017-03-24 | magit-copy-functions: Provide message when copying | Kyle Meyer | |
2017-03-24 | magit-copy-region-hunk: Remove unnecessary variable | Kyle Meyer | |
2017-03-23 | magit-copy-commit-message: Update for unindented format | Kyle Meyer | |
Quite a while ago Magit stopped displaying commit messages with the leading spaces, so there is no need anymore to strip them out. |