Function: magit--file-index-stages

magit--file-index-stages is a byte-compiled function defined in magit-git.el.

Signature

(magit--file-index-stages FILE)

Source Code

;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-git.el
(defun magit--file-index-stages (file)
  (mapcar (##split-string % " ")
          (magit-git-lines "ls-files" "--stage" "--"
                           (magit-convert-filename-for-git file))))