Function: git-rebase-show-commit
git-rebase-show-commit is an interactive and byte-compiled function
defined in git-rebase.el.
Signature
(git-rebase-show-commit)
Documentation
Show the commit on the current line if any.
Key Bindings
Source Code
;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/git-rebase.el
(defun git-rebase-show-commit ()
"Show the commit on the current line if any."
(interactive)
(git-rebase--show-commit))