Function: magit-list-merged-branches

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

Signature

(magit-list-merged-branches &optional REV &rest ARGS)

Source Code

;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-git.el
(defun magit-list-merged-branches (&optional rev &rest args)
  (magit-list-related-branches "--merged" rev args))