Function: magit-wip-log-index

magit-wip-log-index is an interactive and byte-compiled function defined in magit-wip.el.

Signature

(magit-wip-log-index ARGS FILES)

Documentation

Show log for the index wip ref of the current branch.

Key Bindings

Source Code

;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-wip.el
;;; Log

(defun magit-wip-log-index (args files)
  "Show log for the index wip ref of the current branch."
  (interactive (magit-log-arguments))
  (magit-log-setup-buffer (list (magit--wip-index-ref)) args files))