Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-03-27 | Add command magit-insert-staged-file | Kyle Meyer | |
2015-03-25 | Reorganize magit-define-popup-action calls | Kyle Meyer | |
2015-03-25 | Add magit-delete-previous-branch command | Kyle Meyer | |
2015-03-10 | Remove km/magit-log-all-branches action | Kyle Meyer | |
A similar action was added to Magit in a471cfb94c762a714570a86a75004770fb6214c3. | |||
2015-03-10 | Switch from ido to helm | Kyle Meyer | |
2015-02-28 | Activate magit-patch-popup with prefix | Kyle Meyer | |
2015-02-28 | Add command magit-pin-file | Kyle Meyer | |
2015-02-15 | Add command magit-log-select-guess-fixup-commit | Kyle Meyer | |
2015-02-02 | Don't read revision for magit-log-all-branches | Kyle Meyer | |
A revision doesn't make sense because the '--all' flag is being passed. | |||
2015-02-02 | Rework key chords | Kyle Meyer | |
- Use letter pairs that are rare in both directions. For really common commands, try to keep my fingers on home row. - Remove some key chords for less frequent commands. For Projectile, just bind switching projects and the commander because most other things are available with one more key from the commander. My strategy for key chord bindings was to lead with ',' or ';' and then follow with any letter. The idea was that, with the languages and coding conventions I was using at the time, when I inserted a comma or semicolon, they were usually followed by a non-letter (typically a space or a new line). But, this is actually not a good way to go about this because Key chord mode accepts the two-letter combination in either order. In practice, I didn't end up unintentionally calling a command too often, but it did happen enough to be slightly annoying. John Cook recently posted a table [1] of bigram frequencies, which is a good starting point for updating my key chords. [1]: http://www.johndcook.com/blog/2015/02/01/rare-bigrams/ | |||
2015-01-31 | Update for renamed Magit command | Kyle Meyer | |
Magit commit a44ed1b9c3b0ffa09b988cb8305da0105e4702ea | |||
2015-01-29 | Use hook for fullscreen Magit | Kyle Meyer | |
2015-01-27 | Improve organization and consistency of files | Kyle Meyer | |
- Add pages and more headings for large files. - Try to use consistent order for file (or page) structure. * Loading * Settings * Hooks * Any mode activation or function calls * My functions * Key bindings | |||
2015-01-13 | Bind ace-jump in magit-cherry-mode | Kyle Meyer | |
2015-01-07 | Fix some docstrings | Kyle Meyer | |
2015-01-04 | Bind ace-jump to 'j' in magit-{refs,log}-mode-map | Kyle Meyer | |
2014-12-30 | Add display-only version of git-rebase-show-commit | Kyle Meyer | |
Bind this version to SPC. This is more consistent with behavior in the log buffer, where RET shows the commit and switches to that buffer and SPC just displays the commit. However, the SPC variants still differ in their scrolling behavior. In the log buffer, SPC (magit-diff-show-or-scroll-up) will scroll if the buffer is already displayed, but km/git-rebase-show-commit doesn't support this. While it'd be nice to use magit-diff-show-or-scroll-up directly, this isn't easy to do because magit-diff-show-or-scroll-up doesn't take a revision argument (it pulls it directly from the magit section). | |||
2014-12-23 | Bind magit-diff-visit-file-worktree to C-j | Kyle Meyer | |
2014-12-23 | Add command magit-mode-quit-all-windows | Kyle Meyer | |
2014-12-09 | Update magit-status advice for renamed function | Kyle Meyer | |
Magit commit 23f4f8dd3abe4dd7ee57d8edd62421f1f2c6daea introduced magit-status-internal. | |||
2014-12-01 | Add command magit-ff-merge-upstream | Kyle Meyer | |
2014-11-30 | Use Cask and Pallet to manage packages | Kyle Meyer | |
2014-11-30 | Use slashes after all directory names | Kyle Meyer | |
2014-11-30 | Remove vendor directory | Kyle Meyer | |
2014-11-26 | Update for git-commit-mode rename | Kyle Meyer | |
2014-11-21 | Allow flags in magit-push-head | Kyle Meyer | |
2014-11-20 | Stop quoting lambdas | Kyle Meyer | |
2014-11-18 | Update Magit and git-modes setup | Kyle Meyer | |
Magit now contains git-commit-mode.el, git-rebase-model.el, and with-editor.el from the git-modes repo. Magit commit 6e601926278a833baed7a9f44f7f6a360be203da | |||
2014-11-18 | Add magit-push-head command | Kyle Meyer | |
2014-11-16 | Update magit-log-all-branches for upstream changes | Kyle Meyer | |
Magit commit 893e2fea941335f1f428c2e1f996e42822b0fe59 | |||
2014-11-09 | Update magit-log-all-branches for upstream changes | Kyle Meyer | |
Magit has removed magit-log-dwim [1] and changed the arguments to magit-log-read-args [2]. [1] e0979bb6bd22a9ce5009a7cdf458034e52817da3 [2] 5737de048843bbad83f16ea13f57d69cdbe6971e | |||
2014-11-09 | Don't show tags in Magit refs buffer | Kyle Meyer | |
This is slow for repos that contain lots of tags. | |||
2014-11-06 | Unset magit-delete-by-moving-to-trash | Kyle Meyer | |
2014-10-25 | Rephrase docstring | Kyle Meyer | |
2014-10-24 | Load orgit | Kyle Meyer | |
2014-10-22 | Go crazy with anaphoric forms | Kyle Meyer | |
2014-10-19 | Disable magit-backup-mode | Kyle Meyer | |
As of Magit c268e7f, backups won't occur if the mode is disabled. | |||
2014-10-18 | Add command magit-commit-extend-all | Kyle Meyer | |
2014-10-18 | Expand magit-auto-commit docstring | Kyle Meyer | |
2014-10-18 | Add command magit-stage-file-intent | Kyle Meyer | |
2014-10-17 | Add command magit-show-project-commit-under-point | Kyle Meyer | |
2014-10-17 | Add command magit-show-commit-under-point | Kyle Meyer | |
2014-10-17 | Create a prefix-map for git-related functions | Kyle Meyer | |
2014-10-17 | Remove binding of undefined prefix map | Kyle Meyer | |
2014-10-11 | Unset magit-backup-untracked | Kyle Meyer | |
2014-10-10 | magit-annex: Unset default '--auto' flag | Kyle Meyer | |
2014-09-30 | Turn on flyspell in Magit commit buffer | Kyle Meyer | |
This was deactivated in git-commit-mode.el (0670764). | |||
2014-09-30 | Fix use of magit-find-file-hook | Kyle Meyer | |
2014-09-22 | Always set --no-ff with magit-merge-editmsg | Kyle Meyer | |
2014-09-16 | Unbind magit-add-change-log-entry-other-window | Kyle Meyer | |