summaryrefslogtreecommitdiff
path: root/lisp/init-git.el
AgeCommit message (Collapse)Author
2015-08-02Add git prefix map under "." in Magit buffersKyle Meyer
2015-08-02Add magit-find-commit-file commandKyle Meyer
2015-08-02Add magit-find-recently-changed-file commandKyle Meyer
2015-07-31Set smerge-diff-switchesKyle Meyer
2015-07-31magit-copy-hook: Add function to copy region commitsKyle Meyer
2015-07-29Set magit-push-always-verifyKyle Meyer
2015-07-29Add smerge hydraKyle Meyer
2015-07-29Add magit-diff-refresh-popup to magit-diff-popupKyle Meyer
2015-07-17magit-pin-file: Use line and column, not pointKyle Meyer
This will tolerate a little more change between revisions before failing to place point at the reasonable position.
2015-07-17Add magit-copy-as-kill variantKyle Meyer
Wrap magit-copy-as-kill until something from https://github.com/magit/magit/issues/1586 lands.
2015-07-17Rename git-shorten-hash-at-pointKyle Meyer
2015-07-17git-shorten-hash-at-point: Use magit-abbrev-lengthKyle Meyer
2015-07-17Decrease magit-diff-auto-show-delayKyle Meyer
2015-07-17magit-pin-file: Allow toggling with working treeKyle Meyer
Also, try to go to position even when OTHER-REV is non-nil.
2015-07-14Rewrite magit-insert-staged-fileKyle Meyer
2015-07-10magit-insert-staged-file: Fall back on HEAD filesKyle Meyer
2015-07-10Fix magit-insert-staged-fileKyle Meyer
2015-07-09Replace magit-checkout-file with magit-reset-fileKyle Meyer
2015-07-09Add magit-revfile-reset commandKyle Meyer
2015-07-09Remove git-rebase-show-commitKyle Meyer
Magit commit 4dd06d7f23d9267 adds a display-only variant.
2015-07-09init-git.el: Fix typoKyle Meyer
2015-06-29Add magit-dispatch-popup to git-mapKyle Meyer
2015-06-29Update for renamed Magit variableKyle Meyer
2015-06-26Update Magit load pathKyle Meyer
Files are in lisp subdirectory as of Magit commit 51eb8bb42f45237.
2015-06-10Use custom avy-goto-subword-1 for all bindingsKyle Meyer
Only changed main binding in f88d106fc3.
2015-06-08Add git-shorten-hash-at-point commandKyle Meyer
2015-06-08Merge show-commit-under-point commandsKyle Meyer
Use a prefix argument instead of having separate commands for switching projects.
2015-05-31Add binding for magit-log-buffer-fileKyle Meyer
2015-05-29Use avy instead of ace-jump-modeKyle Meyer
2015-05-29Replace all magit-get-top-dir with magit-toplevelKyle Meyer
Should have replaced in bf1bacdf8fd3137172588c17a58336ecfd0ba81f.
2015-05-23Use magit-toplevel instead of magit-get-top-dirKyle Meyer
Magit commit 1ff241b719 removed magit-get-top-dir.
2015-05-23Remove reference to obsolete magit-backup-modeKyle Meyer
Removed in Magit 3026b56182c.
2015-05-21Set magit-revert-buffersKyle Meyer
2015-05-10Magit: Add commands for checking out recent refsKyle Meyer
2015-05-10Add command magit-checkout-fileKyle Meyer
2015-04-24Add every git commit message to ringKyle Meyer
https://github.com/magit/magit/issues/1677
2015-04-18Set magit-annex-unused-open-function to org-open-fileKyle Meyer
2015-03-27Add command magit-insert-staged-fileKyle Meyer
2015-03-25Reorganize magit-define-popup-action callsKyle Meyer
2015-03-25Add magit-delete-previous-branch commandKyle Meyer
2015-03-10Remove km/magit-log-all-branches actionKyle Meyer
A similar action was added to Magit in a471cfb94c762a714570a86a75004770fb6214c3.
2015-03-10Switch from ido to helmKyle Meyer
2015-02-28Activate magit-patch-popup with prefixKyle Meyer
2015-02-28Add command magit-pin-fileKyle Meyer
2015-02-15Add command magit-log-select-guess-fixup-commitKyle Meyer
2015-02-02Don't read revision for magit-log-all-branchesKyle Meyer
A revision doesn't make sense because the '--all' flag is being passed.
2015-02-02Rework key chordsKyle 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-31Update for renamed Magit commandKyle Meyer
Magit commit a44ed1b9c3b0ffa09b988cb8305da0105e4702ea
2015-01-29Use hook for fullscreen MagitKyle Meyer
2015-01-27Improve organization and consistency of filesKyle 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