Function: magit-read-reuse-message

magit-read-reuse-message is a byte-compiled function defined in magit-commit.el.

Signature

(magit-read-reuse-message PROMPT &optional DEFAULT HISTORY)

Source Code

;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-commit.el
(defun magit-read-reuse-message (prompt &optional default history)
  (magit-completing-read prompt (magit-list-refnames)
                         nil nil nil history
                         (or default
                             (and (magit-rev-verify "ORIG_HEAD")
                                  "ORIG_HEAD"))))