Function: magit-wip-log-worktree
magit-wip-log-worktree is an interactive and byte-compiled function
defined in magit-wip.el.
Signature
(magit-wip-log-worktree ARGS FILES)
Documentation
Show log for the worktree wip ref of the current branch.
Key Bindings
Source Code
;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-wip.el
(defun magit-wip-log-worktree (args files)
"Show log for the worktree wip ref of the current branch."
(interactive (magit-log-arguments))
(magit-log-setup-buffer (list (magit--wip-wtree-ref)) args files))