Function: magit-read-changed-file

magit-read-changed-file is a byte-compiled function defined in magit-files.el.

Signature

(magit-read-changed-file REV-OR-RANGE PROMPT &optional DEFAULT)

Source Code

;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-files.el
(defun magit-read-changed-file (rev-or-range prompt &optional default)
  (magit-read-file-choice
   prompt
   (magit-changed-files rev-or-range)
   default
   (concat "No file changed in " rev-or-range)))