mirror of
https://github.com/pestctrl/emacs-config.git
synced 2026-02-16 16:24:18 +00:00
That's the correct thing
This commit is contained in:
parent
01b4ed99ff
commit
65dfa77ec2
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue