Function: magit-checkout-read-stage
magit-checkout-read-stage is a byte-compiled function defined in
magit-merge.el.
Signature
(magit-checkout-read-stage FILE)
Source Code
;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-merge.el
(defun magit-checkout-read-stage (file)
(magit-read-char-case (format "For %s checkout: " file) t
(?o "[o]ur stage" "--ours")
(?t "[t]heir stage" "--theirs")
(?c (if magit-verbose-messages "restore [c]onflict" "[c]onflict")
"--merge")))