Function: magit-cherry-pick-read-args

magit-cherry-pick-read-args is a byte-compiled function defined in magit-sequence.el.

Signature

(magit-cherry-pick-read-args PROMPT)

Source Code

;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-sequence.el
(defun magit-cherry-pick-read-args (prompt)
  (list (or (nreverse (magit-region-values 'commit))
            (magit-read-other-branch-or-commit prompt))
        (transient-args 'magit-cherry-pick)))