Added `magit-log-first-parent' command.

This commit is contained in:
Phil Jackson 2010-05-28 12:21:08 +01:00
parent ba89b01730
commit 961e8c94c0

View file

@ -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))