Function: magit-list-files
magit-list-files is a byte-compiled function defined in magit-git.el.
Signature
(magit-list-files &rest ARGS)
Source Code
;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-git.el
;;;; File Lists
(defun magit-list-files (&rest args)
(magit-with-toplevel
(apply #'magit-git-items "ls-files" "-z" args)))