Function: magit-reverse-apply

magit-reverse-apply is a byte-compiled function defined in magit-apply.el.

Signature

(magit-reverse-apply SECTION:S APPLY ARGS)

Source Code

;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-apply.el
(defun magit-reverse-apply (section:s apply args)
  (funcall apply section:s "--reverse" args
           (and (not magit-reverse-atomically)
                (not (member "--3way" args))
                "--reject")))