Function: magit-read-tag
magit-read-tag is a byte-compiled function defined in magit-git.el.
Signature
(magit-read-tag PROMPT)
Source Code
;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-git.el
(defun magit-read-tag (prompt)
(magit-completing-read prompt (magit-list-tags) nil t nil
'magit-revision-history
(magit-tag-at-point)))