summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rw-r--r--init.el7
1 files changed, 7 insertions, 0 deletions
diff --git a/init.el b/init.el
index 45483bd..2376092 100644
--- a/init.el
+++ b/init.el
@@ -1049,6 +1049,13 @@
(apply fn rev args other))
'((name . "magit-merge-check-pull")))
+ (advice-add 'magit-log-merged
+ :around
+ (lambda (fn commit branch &rest _)
+ (funcall fn commit branch
+ (get 'magit-log-mode 'magit-log-default-arguments)))
+ '((name . "magit-log-merged-ignore-current-args")))
+
(require 'km-magit))
(use-package git-rebase