Function: magit-rev-branch
magit-rev-branch is a byte-compiled function defined in magit-git.el.
Signature
(magit-rev-branch REV)
Source Code
;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-git.el
(defun magit-rev-branch (rev)
(and$ (magit-rev-name rev "refs/heads/*")
(and (not (string-match-p "[~^]" $)) $)))