Function: magit-run-before-change-functions

magit-run-before-change-functions is a byte-compiled function defined in magit-wip.el.

Signature

(magit-run-before-change-functions FILES TASK)

Source Code

;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-wip.el
(defun magit-run-before-change-functions (files task)
  (run-hook-with-args 'magit-before-change-functions
                      (ensure-list files)
                      (format " before %s" task)))