From 41bc3b3e614487df4b5b5521b9b9c6d836a2d9ee Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Thu, 26 Oct 2017 18:08:22 -0400 Subject: magit-status-sections-hook: Update for new default As of Magit's ebbf00b7 (Always show recent commits in the status buffer, 2017-10-26), magit-insert-unpushed-to-upstream has been replaced by magit-insert-unpushed-to-upstream-or-recent. --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index b8a7007..92c1dfb 100644 --- a/init.el +++ b/init.el @@ -1135,7 +1135,7 @@ (setq magit-status-sections-hook (append - (let ((funcs (list #'magit-insert-unpushed-to-upstream + (let ((funcs (list #'magit-insert-unpushed-to-upstream-or-recent #'magit-insert-unpushed-to-pushremote #'magit-insert-unpulled-from-pushremote #'magit-insert-unpulled-from-upstream))) -- cgit v1.2.3