branch: elpa/magit commit 0f9565d8c4a15deeef991832db1ca360b02ee819 Author: Jonas Bernoulli <jo...@bernoul.li> Commit: Jonas Bernoulli <jo...@bernoul.li>
magit-insert-shelved-branches: Indent branches As for other ref lists. --- 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 af50205f27..dd610a957f 100644 --- a/lisp/magit-refs.el +++ b/lisp/magit-refs.el @@ -647,7 +647,7 @@ line is inserted at all." (dolist (ref refs) (magit-insert-section (shelved-branch ref t) (magit-insert-heading - (magit--propertize-face (substring ref 13) 'magit-refname)) + " " (magit--propertize-face (substring ref 13) 'magit-refname)) (when (magit-buffer-margin-p) (magit-refs--format-margin ref)) (magit-refs--insert-cherry-commits ref)))