Function: magit-format-patch-select-base

magit-format-patch-select-base is a byte-compiled function defined in magit-patch.el.

Signature

(magit-format-patch-select-base PROMPT INITIAL-INPUT HISTORY)

Source Code

;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-patch.el
(defun magit-format-patch-select-base (prompt initial-input history)
  (magit-completing-read prompt (cons "auto" (magit-list-refnames))
                         nil 'any initial-input history "auto"))