branch: elpa/magit
commit 298771166c42c6fda7e8a01b873a975a360bd793
Author: Jonas Bernoulli <jo...@bernoul.li>
Commit: Jonas Bernoulli <jo...@bernoul.li>

    magit-insert-shelved-branches: Keep collapsed by default
---
 lisp/magit-refs.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/magit-refs.el b/lisp/magit-refs.el
index 6ae65c4fe6b..441cb1b0fb0 100644
--- a/lisp/magit-refs.el
+++ b/lisp/magit-refs.el
@@ -642,7 +642,7 @@ line is inserted at all."
 (defun magit-insert-shelved-branches ()
   "Insert sections showing all shelved branches."
   (when-let ((refs (magit-list-refs "refs/shelved/")))
-    (magit-insert-section (shelved nil)
+    (magit-insert-section (shelved nil t)
       (magit-insert-heading t "Shelved branches")
       (dolist (ref (nreverse refs))
         (magit-insert-section (shelved-branch ref t)

Reply via email to