Function: magit-list-refnames

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

Signature

(magit-list-refnames &optional NAMESPACES INCLUDE-SPECIAL)

Source Code

;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-git.el
(defun magit-list-refnames (&optional namespaces include-special)
  (nconc (magit-list-refs namespaces "%(refname:short)")
         (and include-special
              (magit-list-special-refnames))))