From 47027856ac6d96b693a14a3aee4b1f977442ff97 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Fri, 3 Aug 2018 21:43:00 -0400 Subject: notmuch-show-pr-in-magit: Pass default log arguments --- lisp/km-mail.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lisp') 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 () -- cgit v1.2.3