summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2016-02-09 22:21:55 -0500
committerKyle Meyer <kyle@kyleam.com>2016-02-09 22:22:37 -0500
commit3fc61fd62833b9d352c6b16875eb570a32110e0d (patch)
tree3c11a97535182dd7d60a464fa4d6727bc20c0a99 /init.el
parent9a9a5db6d7c7321913d82a54a1aa9d59da9c98ab (diff)
downloademacs.d-3fc61fd62833b9d352c6b16875eb570a32110e0d.tar.gz
magit: Delete --date-order flag
This can now be done with ++order.
Diffstat (limited to 'init.el')
-rw-r--r--init.el2
1 files changed, 0 insertions, 2 deletions
diff --git a/init.el b/init.el
index b444ab7..1627283 100644
--- a/init.el
+++ b/init.el
@@ -864,8 +864,6 @@
?p "First parent" "--first-parent")
(magit-define-popup-switch 'magit-log-popup
?n "No merges" "--no-merges")
- (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)