Function: magit-list-unmerged-branches
magit-list-unmerged-branches is a byte-compiled function defined in
magit-git.el.
Signature
(magit-list-unmerged-branches &optional REV &rest ARGS)
Source Code
;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-git.el
(defun magit-list-unmerged-branches (&optional rev &rest args)
(magit-list-related-branches "--no-merged" rev args))