From bfb0e0a8b98341d8cbf48ae52520c7a30d3405b3 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Sat, 12 May 2018 16:12:24 -0400 Subject: magit: Don't confirm edits to published commits See Magit's dd66f3ad and a7da211d. --- init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/init.el b/init.el index 76c2774..73bc748 100644 --- a/init.el +++ b/init.el @@ -950,6 +950,7 @@ (setq magit-uniquify-buffer-names nil) (setq magit-no-confirm '(stage-all-changes unstage-all-changes reverse)) + (setq magit-published-branches nil) (add-to-list 'magit-blame-disable-modes 'lispy-mode) -- cgit v1.2.3