Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
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'). |