Function: magit-insert-tracked-files
magit-insert-tracked-files is a byte-compiled function defined in
magit-status.el.
Signature
(magit-insert-tracked-files)
Documentation
Insert a list of tracked files.
Honor the buffer's file filter, which can be set using "D - -".
Source Code
;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-status.el
(defun magit-insert-tracked-files ()
"Insert a list of tracked files.
Honor the buffer's file filter, which can be set using \"D - -\"."
(magit-insert-files 'tracked #'magit-list-files))