Variable: magit-reflog-mode-abbrev-table
magit-reflog-mode-abbrev-table is a variable defined in
magit-reflog.el.
Value
#<obarray n=1>
Documentation
Abbrev table for magit-reflog-mode.
Source Code
;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-reflog.el
(define-derived-mode magit-reflog-mode magit-mode "Magit Reflog"
"Mode for looking at Git reflog.
This mode is documented in info node `(magit)Reflog'.
\\<magit-mode-map>\
Type \\[magit-refresh] to refresh the current buffer.
Type \\[magit-visit-thing] or \\[magit-diff-show-or-scroll-up] \
to visit the commit at point.
Type \\[magit-cherry-pick] to apply the commit at point.
Type \\[magit-reset] to reset `HEAD' to the commit at point.
\\{magit-reflog-mode-map}"
:interactive nil
:group 'magit-log
(magit-hack-dir-local-variables)
(setq magit--imenu-item-types 'commit))