From 8d6b8b2def8d6abd764eb275d91b10526a3ee100 Mon Sep 17 00:00:00 2001 From: Tu Do Date: Thu, 2 Jul 2015 13:41:10 +0700 Subject: [PATCH] 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. --- contrib/!source-control/git/packages.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/!source-control/git/packages.el b/contrib/!source-control/git/packages.el index b6a1a1d00..67d57cd3f 100644 --- a/contrib/!source-control/git/packages.el +++ b/contrib/!source-control/git/packages.el @@ -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