From b8360014457fca8cfa9107d397e0d1765451aaa1 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Sun, 9 Aug 2015 23:39:22 -0400 Subject: magit-log-popup: Add --first-parent --- lisp/init-git.el | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lisp') diff --git a/lisp/init-git.el b/lisp/init-git.el index aa0a921..965f6c4 100644 --- a/lisp/init-git.el +++ b/lisp/init-git.el @@ -500,6 +500,9 @@ function." (magit-define-popup-action 'magit-diff-popup ?e "Edit options" 'magit-diff-refresh-popup) + (magit-define-popup-switch 'magit-log-popup + ?p "First parent" "--first-parent") + (magit-define-popup-action 'magit-log-popup ?e "Edit options" 'magit-log-refresh-popup) -- cgit v1.2.3