Skip to content

Commit

Permalink
Use magit-log-all in place of magit-log
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Tu Do authored and syl20bnr committed Jul 5, 2015
1 parent 9ad578a commit 7137a37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/!source-control/git/packages.el
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7137a37

Please sign in to comment.