From 335a5a8b7a7db316c226df5bec48d3fcd4f8cf4f Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Sat, 7 Jan 2017 21:55:50 -0500 Subject: magit: Use '--sort=-committerdate' as default in refs buffer --- init.el | 2 ++ 1 file changed, 2 insertions(+) (limited to 'init.el') 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))) -- cgit v1.2.3