diff options
-rw-r--r-- | lisp/init-git.el | 3 |
1 files changed, 3 insertions, 0 deletions
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) |