summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lisp/init-git.el4
1 files changed, 2 insertions, 2 deletions
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.