summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lisp/km-mail.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/km-mail.el b/lisp/km-mail.el
index 8511326..5701c8b 100644
--- a/lisp/km-mail.el
+++ b/lisp/km-mail.el
@@ -130,7 +130,9 @@ in the remote's \".git/config\" entry."
(when (or force-fetch
(not (magit-ref-exists-p local-ref)))
(magit-call-git "fetch" remote))
- (magit-log (list (concat base-ref ".." local-ref)))))
+ (apply #'magit-log
+ (list (concat base-ref ".." local-ref))
+ (magit-log-arguments))))
;;;###autoload
(defun km/notmuch-search ()