From 65dfa77ec24aaea72441a961fd52ed603f617838 Mon Sep 17 00:00:00 2001 From: Benson Chu Date: Thu, 28 Aug 2025 17:06:15 -0500 Subject: [PATCH] That's the correct thing --- lisp/magit-overrides.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/magit-overrides.el b/lisp/magit-overrides.el index e65a60d..867713b 100644 --- a/lisp/magit-overrides.el +++ b/lisp/magit-overrides.el @@ -58,7 +58,7 @@ (defun magit-show-ancestor-merges (revs &optional args files) (interactive (cons (magit-read-starting-point "Ancestry path for: ") (magit-diff-arguments))) - (let ((flags "--merges --oneline --reverse --first-parent")) + (let ((flags "--merges --oneline --reverse --ancestry-path")) (async-shell-command (shell-and (format "git --no-pager log --oneline %s~1..%s"