Use magit-log-all in place of magit-log

magit-log-all has the same with the old magit-log: show the commit log
immediately without asking for revision. We should use magit-git-log for
smoother transition to magit 2.1.
This commit is contained in:
Tu Do 2015-07-02 13:41:10 +07:00 committed by syl20bnr
parent 430aeaf0bf
commit 8d6b8b2def

View file

@ -107,7 +107,7 @@
(evil-leader/set-key
"gb" 'magit-blame
"gl" 'magit-log
"gl" 'magit-log-all
"gL" 'magit-log-buffer-file
"gs" 'magit-status
"gd" 'spacemacs/magit-diff-head