Function: magit-wip-commit-index
magit-wip-commit-index is a byte-compiled function defined in
magit-wip.el.
Signature
(magit-wip-commit-index REF FILES MSG)
Source Code
;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-wip.el
(defun magit-wip-commit-index (ref files msg)
(let* ((wipref (magit--wip-index-ref ref))
(parent (magit-wip-get-parent ref wipref))
(tree (magit-git-string "write-tree")))
(magit-wip-update-wipref ref wipref tree parent files msg "index")))