Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2014-09-12 | Update for Magit name change | Kyle Meyer | |
Commit c1a79dc changed `magit-TOPIC-popup-defaults' to `magit-TOPIC-arguments'. | |||
2014-09-12 | Add magit-checkout-master | Kyle Meyer | |
2014-09-10 | Set magit-popup-use-prefix-argument to default | Kyle Meyer | |
2014-09-02 | Add magit-checkout-previous-branch | Kyle Meyer | |
2014-09-02 | Change Magit function docstrings | Kyle Meyer | |
Make the git line consistent with Magit. | |||
2014-09-02 | Add magit-branch-and-checkout-from-current | Kyle Meyer | |
Bind to 'c' in popup menu, and rebind magit-branch from 'c' to 'C'. | |||
2014-09-02 | Reindent magit-define-pop-action calls | Kyle Meyer | |
2014-09-01 | Turn on view-mode after magit-find-file | Kyle Meyer | |
2014-08-28 | Add file-map prefix command | Kyle Meyer | |
This prefix will be used for find-file functions that don't already have a shorter keybinding. This commit adds two functions to the map, `view-file' and `magit-find-file', which both have an other-window analog in `ctl-x-4-map'. View mode can be accessed using ',v' right after finding a file, so the `view-file' binding might not be too useful. `magit-find-file' was in my magit-specific map, but it makes sense to have it here because it's useful in buffers outside the magit status buffer. | |||
2014-08-27 | Remove '--track' from magit-branch-popup-defaults | Kyle Meyer | |
2014-07-30 | Install git timemachine | Kyle Meyer | |
2014-07-23 | Add binding for magit-find-file | Kyle Meyer | |
2014-07-23 | Add magit-find-file-other-window to ctl-x-4-map | Kyle Meyer | |
2014-07-08 | Update magit-annex initialization | Kyle Meyer | |
2014-07-01 | Use Magit autoloads | Kyle Meyer | |
2014-06-09 | Add km/magit-backup-branch | Kyle Meyer | |
2014-06-06 | Move diminish code to single file | Kyle Meyer | |
2014-05-28 | Add km/magit-checkout-local-tracking | Kyle Meyer | |
2014-05-23 | magit: Add action for log of all branches | Kyle Meyer | |
Remove '-all' flag from default log switches so that 'll' has the default behavior (log of current branch). Now 'la' shows the log for all branches (instead of 'l-A' or 'l A'). | |||
2014-05-08 | Space bindings for Magit switches and options | Kyle Meyer | |
https://github.com/magit/magit/pull/788/files | |||
2014-04-20 | Autoload magit-blame-mode | Kyle Meyer | |
No longer automatic because I moved from MELPA version (708898b). | |||
2014-04-15 | Remove obsolete magit customization | Kyle Meyer | |
`magit-default-tracking-name-function' is no longer defined in the "next" branch. | |||
2014-04-11 | Add magit-annex to magit-mode-hook | Kyle Meyer | |
2014-04-10 | Hide Magit popup help | Kyle Meyer | |
2014-04-09 | Add --all to magit-log-popup-defaults | Kyle Meyer | |
2014-04-09 | Switch to "next" branch of Magit | Kyle Meyer | |
2014-03-25 | Add push all to magit pushing menu | Kyle Meyer | |
2014-03-09 | Always follow vc symlinks | Kyle Meyer | |
2014-03-09 | Revert "Disable vc for git" | Kyle Meyer | |
I disabled vc for git in b453a51 because I didn't think I used any features of vc and didn't see the point of it taking up space on the mode line. But now I'm missing the option to follow version-controlled symlinks, so I'm turning it back on. | |||
2014-03-09 | Disable vc for git | Kyle Meyer | |
2014-03-09 | Use diminish to shorten mode line | Kyle Meyer | |
2014-02-07 | Load git-annex during init | Kyle Meyer | |
2014-01-26 | Use ido for completing read in magit | Kyle Meyer | |