diff options
-rw-r--r-- | init.el | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 |