From 544cab0657264c18ade7a778a4e1f685b0c5ef76 Mon Sep 17 00:00:00 2001 From: Jonas Bernoulli Date: Mon, 27 Nov 2017 12:40:30 +0100 Subject: [PATCH] magit: go back to magit-insert-unpulled-from-upstream No longer replace `magit-insert-unpulled-from-upstream' with `magit-insert-unpulled-from-upstream-or-recent' on `magit-status-section-hook'. The latter is an obsolete alias for the former now. --- init.el | 4 ---- 1 file changed, 4 deletions(-) diff --git a/init.el b/init.el index ea919b9..0963701 100644 --- a/init.el +++ b/init.el @@ -173,10 +173,6 @@ 'magit-insert-modules 'magit-insert-stashes 'append) - (magit-add-section-hook 'magit-status-sections-hook - 'magit-insert-unpulled-from-upstream-or-recent - 'magit-insert-unpulled-from-upstream - 'replace) ;; ;; Diff buffer settings (setq magit-diff-refine-hunk 'all))