diff --git a/magit.el b/magit.el index 3440e384..cc1f2532 100644 --- a/magit.el +++ b/magit.el @@ -3548,6 +3548,10 @@ With a non numeric prefix ARG, show all entries" (interactive "P") (magit-display-log arg "--all")) +(defun magit-log-first-parent (&optional arg) + (interactive "P") + (magit-display-log arg "--first-parent")) + (defun magit-log (&optional arg) (interactive "P") (magit-display-log arg))