Function: magit-update-files
magit-update-files is a byte-compiled function defined in
magit-git.el.
Signature
(magit-update-files FILES)
Source Code
;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-git.el
(defun magit-update-files (files)
(magit-git-success "update-index" "--add" "--remove" "--" files))