summaryrefslogtreecommitdiff
path: root/lisp/km-magit.el
AgeCommit message (Collapse)Author
2016-12-12git-rebase-fixup-duplicates: Use markerKyle 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-11Remove km/magit-refs-filter-recent commandKyle Meyer
I'm not sure why I preferred this to using --sort=-committerdate in the magit-show-refs-popup.
2016-12-09Add magit-update-or-auto-commit commandKyle Meyer
2016-08-31Add magit-stash-edit-message commandKyle Meyer
2016-08-24magit-log-select-guess-fixup-commit: Fix logicKyle Meyer
If point isn't reset at each message search, could miss more recent occurrence of message.
2016-07-09Add magit-log-modify-range commandKyle Meyer
2016-06-30Add magit-cherry-toggle-upstream-section commandKyle Meyer
2016-06-29Add magit-status variantKyle Meyer
2016-06-22magit-copy-commit-summary: protect format charactersKyle Meyer
2016-06-17Add magit-cherry-flip-revs commandKyle Meyer
2016-05-18Rename km/magit-copy-hook to km/magit-copy-functionsKyle Meyer
2016-03-23magit-find-recently-changed-file: Make N optionalKyle Meyer
2016-02-24magit: Don't insert related refs by defaultKyle Meyer
2016-02-15Add git-commit-turn-on-flyspell variantKyle Meyer
2016-01-31Add git-rebase-move-commit commandKyle Meyer
2016-01-31git-rebase: Add two fixup commandsKyle Meyer
2016-01-28Add magit-describe commandKyle Meyer
2016-01-21Replace obsolete magit-get-tracked-branchKyle Meyer
2016-01-17Update for upstream Magit revert changesKyle Meyer
2016-01-12Rewrite configuration with use-packageKyle Meyer