File: magit-reflog.el.html

This library implements support for looking at Git reflogs.

Defined variables (6)

magit-reflog-limitMaximal number of entries initially shown in reflog buffers.
magit-reflog-marginFormat of the margin in ‘magit-reflog-mode’ buffers.
magit-reflog-mode-abbrev-tableAbbrev table for ‘magit-reflog-mode’.
magit-reflog-mode-hookHook run after entering Magit Reflog mode.
magit-reflog-mode-mapKeymap for ‘magit-reflog-mode’.
magit-reflog-mode-syntax-tableSyntax table for ‘magit-reflog-mode’.

Defined functions (6)

magit-reflog-current()
magit-reflog-format-subject(SUBJECT)
magit-reflog-head()
magit-reflog-mode()
magit-reflog-other(REF)
magit-reflog-setup-buffer(REF)

Defined faces (9)

magit-reflog-amendFace for amend commands in reflogs.
magit-reflog-checkoutFace for checkout commands in reflogs.
magit-reflog-cherry-pickFace for cherry-pick commands in reflogs.
magit-reflog-commitFace for commit commands in reflogs.
magit-reflog-mergeFace for merge, checkout and branch commands in reflogs.
magit-reflog-otherFace for other commands in reflogs.
magit-reflog-rebaseFace for rebase commands in reflogs.
magit-reflog-remoteFace for pull and clone commands in reflogs.
magit-reflog-resetFace for reset commands in reflogs.