diff options
-rw-r--r-- | lisp/init-git.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/init-git.el b/lisp/init-git.el index fad22eb..baa2522 100644 --- a/lisp/init-git.el +++ b/lisp/init-git.el @@ -509,6 +509,8 @@ function." (magit-define-popup-switch 'magit-log-popup ?p "First parent" "--first-parent") + (magit-define-popup-switch 'magit-log-popup + ?t "Date order" "--date-order") (magit-define-popup-action 'magit-log-popup ?e "Edit options" 'magit-log-refresh-popup) |