Function: magit-list-related-branches

magit-list-related-branches is a byte-compiled function defined in magit-git.el.

Signature

(magit-list-related-branches RELATION &optional REV &rest ARGS)

Source Code

;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-git.el
(defun magit-list-related-branches (relation &optional rev &rest args)
  (seq-remove (##string-match-p "\\(\\`(HEAD\\|HEAD -> \\)" %)
              (mapcar (##substring % 2)
                      (magit-git-lines "branch" args relation rev))))