From 7ce94c076df0e8fe13d381125da4baca1b7b49c0 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Sun, 9 Nov 2014 16:51:42 -0500 Subject: Update magit-log-all-branches for upstream changes Magit has removed magit-log-dwim [1] and changed the arguments to magit-log-read-args [2]. [1] e0979bb6bd22a9ce5009a7cdf458034e52817da3 [2] 5737de048843bbad83f16ea13f57d69cdbe6971e --- lisp/init-git.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lisp/init-git.el') diff --git a/lisp/init-git.el b/lisp/init-git.el index 95e05da..5da58a6 100644 --- a/lisp/init-git.el +++ b/lisp/init-git.el @@ -77,9 +77,9 @@ requiring confirmation. (magit-run-git-async "push" "-v" remote "--all"))) (defun km/magit-log-all-branches (range &optional args) - (interactive (magit-log-read-args t nil)) + (interactive (magit-log-read-args t)) (add-to-list 'args "--all") - (magit-log-dwim range args)) + (magit-log range args)) (defun km/magit-checkout-local-tracking (remote-branch) "Create and checkout a local tracking branch for REMOTE-BRANCH. -- cgit v1.2.3