Function: magit-list-publishing-branches
magit-list-publishing-branches is a byte-compiled function defined in
magit-git.el.
Signature
(magit-list-publishing-branches &optional REV)
Source Code
;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-git.el
(defun magit-list-publishing-branches (&optional rev)
(seq-filter (##magit-rev-ancestor-p (or rev "HEAD") %)
magit-published-branches))