summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--init.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/init.el b/init.el
index 2edfd14..5d2e0aa 100644
--- a/init.el
+++ b/init.el
@@ -909,6 +909,8 @@
(setq magit-patch-arguments '("--output-directory=outgoing/"))
+ (setq magit-show-refs-arguments '("--sort=-committerdate"))
+
(setq magit-status-sections-hook
(let ((funcs (list #'magit-insert-unpulled-from-pushremote
#'magit-insert-unpulled-from-upstream)))