Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-01-26 | magit: Add a log dwim 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). | |||
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-08-31 | Add magit-stash-edit-message command | Kyle Meyer | |
2016-08-24 | magit-log-select-guess-fixup-commit: Fix logic | Kyle Meyer | |
If point isn't reset at each message search, could miss more recent occurrence of message. | |||
2016-07-09 | Add magit-log-modify-range command | Kyle Meyer | |
2016-06-30 | Add magit-cherry-toggle-upstream-section command | Kyle Meyer | |
2016-06-29 | Add magit-status variant | Kyle Meyer | |
2016-06-22 | magit-copy-commit-summary: protect format characters | Kyle Meyer | |
2016-06-17 | Add magit-cherry-flip-revs command | Kyle Meyer | |
2016-05-18 | Rename km/magit-copy-hook to km/magit-copy-functions | Kyle Meyer | |
2016-03-23 | magit-find-recently-changed-file: Make N optional | Kyle Meyer | |
2016-02-24 | magit: Don't insert related refs by default | Kyle Meyer | |
2016-02-15 | Add git-commit-turn-on-flyspell variant | Kyle Meyer | |
2016-01-31 | Add git-rebase-move-commit command | Kyle Meyer | |
2016-01-31 | git-rebase: Add two fixup commands | Kyle Meyer | |
2016-01-28 | Add magit-describe command | Kyle Meyer | |
2016-01-21 | Replace obsolete magit-get-tracked-branch | Kyle Meyer | |
2016-01-17 | Update for upstream Magit revert changes | Kyle Meyer | |
2016-01-12 | Rewrite configuration with use-package | Kyle Meyer | |