Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2017-03-23 | magit-copy-region-commits: Use more descriptive argument name | Kyle Meyer | |
2017-03-22 | magit-copy-functions: Mark arguments as unused | Kyle Meyer | |
2017-03-22 | magit: Fix stale command name | Kyle Meyer | |
This should have been updated with f0280cf9 (Update for magit-copy-as-kill rename, 2015-10-04). | |||
2017-03-19 | magit-branch-backup-current: Don't use "b/" prefix | Kyle Meyer | |
2017-03-19 | magit-branch-backup-current: Allow arbitrary name | Kyle Meyer | |
2017-03-18 | magit-branch-and-checkout-from-current: Add default value | Kyle Meyer | |
Appending "-tmp" to the current branch name isn't a great default value, but it allows me to quickly pull it in with M-n and base the new branch name off of the current one, which I often do, especially for trying out a different approach on a topic branch. | |||
2017-03-06 | Add notmuch-archive-all command | Kyle Meyer | |
2017-03-06 | notmuch: Add custom avy-goto-subword-1 command | Kyle Meyer | |
2017-03-01 | notmuch: Add pipe-to-project commands | Kyle Meyer | |
2017-03-01 | mail: Log sync to file rather than buffer | Kyle Meyer | |
2017-03-01 | Use macro for custom avy-goto-subword-1 commands | Kyle Meyer | |
2017-03-01 | Transition to notmuch for main mail setup | Kyle Meyer | |
2017-02-25 | Add notmuch-show-open-github-patch command | Kyle Meyer | |
2017-02-25 | Pull out logic from gnus-open-github-patch | Kyle Meyer | |
2017-02-25 | gnus-open-github-patch: Don't error on failed search | Kyle Meyer | |
2017-02-18 | Use function list for mupdf compile refresh | Kyle Meyer | |
2017-02-14 | Extend km/magit-backup-branch to support multiple versions | Kyle Meyer | |
2017-02-08 | org-sort-heading-ignoring-articles: Ignore heading priority | Kyle Meyer | |
2017-02-02 | Use whitespace-mode as indicator for cleanup | Kyle Meyer | |
2017-01-26 | magit: Add a cherry dwim command | Kyle Meyer | |
2017-01-26 | magit: Add remote counts section to status buffer | Kyle Meyer | |
2017-01-26 | magit: Add a log dwim command | Kyle Meyer | |
2017-01-24 | Add gnus-copy-message-id-as-kill command | Kyle Meyer | |
2017-01-20 | Delete km/magit-stage-file-intent command | Kyle Meyer | |
This is no longer useful because this functionality was added to Magit in 3584aaba (magit-stage: support --intent-to-add, 2016-05-04). | |||
2017-01-19 | gnus-pipe-to-project: Handle directory in shell command | Kyle Meyer | |
Let-binding default-directory shouldn't be expected to work because gnus-summary-pipe-output and gnus-summary-save-in-pipe do a good amount of buffer switching when setting up for the shell command. Append the directory change to the command instead. | |||
2017-01-16 | km-theme.el: Change mm-uu-extract face | Kyle Meyer | |
2017-01-16 | km-theme.el: Move match face up | Kyle Meyer | |
2016-12-12 | Bundle stekene-light theme | Kyle Meyer | |
stekene-dark and stekene-light were removed from MELPA in 0765af97 (Drop unmaintained themes (#4369), 2016-10-30), and the corresponding GitHub repo no longer exists. | |||
2016-12-12 | git-rebase-fixup-duplicates: Use marker | Kyle Meyer | |
If only an integer is used, the end value used for the search is no longer accurate because more characters are inserted for each line where "fixup" or "squash" is substituted for "pick". This discrepancy is unlikely to have an observable effect when git-rebase-show-instructions is non-nil because the end value includes many characters beyond the last commit line. But when git-rebase-show-instructions is nil, this can easily result in the last commit line not matching the regexp because the end value has shifted to the middle of the line. | |||
2016-12-11 | Remove km/magit-refs-filter-recent command | Kyle Meyer | |
I'm not sure why I preferred this to using --sort=-committerdate in the magit-show-refs-popup. | |||
2016-12-09 | Add magit-update-or-auto-commit command | Kyle Meyer | |
2016-12-09 | Color cursor to stand out more | Kyle Meyer | |
2016-12-01 | Remove find-file-as-root command | Kyle Meyer | |
helm-find-files has an action for this. | |||
2016-11-19 | helm: Add binding for dired command | Kyle Meyer | |