aboutsummaryrefslogtreecommitdiff
path: root/lisp/magit-refs.el
diff options
context:
space:
mode:
authorJonas Bernoulli <jonas@bernoul.li>2025-08-01 19:14:34 +0200
committerJonas Bernoulli <jonas@bernoul.li>2025-08-01 19:14:34 +0200
commit298771166c42c6fda7e8a01b873a975a360bd793 (patch)
tree5469d029edfde3caec564c2a6c8aa8c1da0b373d /lisp/magit-refs.el
parent6aaa15530715a48fdbe288cea8bfa37aca3ed9a5 (diff)
magit-insert-shelved-branches: Keep collapsed by default
Diffstat (limited to 'lisp/magit-refs.el')
-rw-r--r--lisp/magit-refs.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/magit-refs.el b/lisp/magit-refs.el
index 6ae65c4..441cb1b 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)