Added `magit-log-first-parent' command.
This commit is contained in:
parent
ba89b01730
commit
961e8c94c0
1 changed files with 4 additions and 0 deletions
4
magit.el
4
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))
|
||||
|
|
Loading…
Reference in a new issue