summaryrefslogtreecommitdiff
path: root/init/km-git.el
AgeCommit message (Collapse)Author
2014-01-26Follow Purcell's emacs.d structureKyle Meyer
User init files are added using provide/require. https://github.com/purcell/emacs.d
2014-01-25Do not expand change when commit with magitKyle Meyer
Reverts c72bc96.
2014-01-18Bind auto commit to magit committing menuKyle Meyer
2014-01-18Update km/magit-auto-commitKyle Meyer
`magit-with-refresh' no longer defined.
2013-12-31Remove outdated function for quick magit amendKyle Meyer
`km/magit-just-amend' used `magit-with-refresh', which is no longer defined in the current version of magit. I'm removing the function, instead of updating it, because 19a722f of magit added a function (`magit-commit-extend') that takes care of this functionality.
2013-12-31Don't show margin in magit logKyle Meyer
2013-12-29Let magit restore windowsKyle Meyer
Use `magit-restore-window-configuration' instead of advice.
2013-12-29Expand changes when committing with magitKyle Meyer
2013-11-24Magit: Don't use remote in local tracking nameKyle Meyer
2013-11-17Unset autocommit for git annexKyle Meyer
2013-11-17Load git-annex.el on start upKyle Meyer
Forgot to require git-annex when I switched source to elpa