File: magit-reflog.el.html
This library implements support for looking at Git reflogs.
Defined variables (6)
magit-reflog-limit | Maximal number of entries initially shown in reflog buffers. |
magit-reflog-margin | Format of the margin in ‘magit-reflog-mode’ buffers. |
magit-reflog-mode-abbrev-table | Abbrev table for ‘magit-reflog-mode’. |
magit-reflog-mode-hook | Hook run after entering Magit Reflog mode. |
magit-reflog-mode-map | Keymap for ‘magit-reflog-mode’. |
magit-reflog-mode-syntax-table | Syntax 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-amend | Face for amend commands in reflogs. |
magit-reflog-checkout | Face for checkout commands in reflogs. |
magit-reflog-cherry-pick | Face for cherry-pick commands in reflogs. |
magit-reflog-commit | Face for commit commands in reflogs. |
magit-reflog-merge | Face for merge, checkout and branch commands in reflogs. |
magit-reflog-other | Face for other commands in reflogs. |
magit-reflog-rebase | Face for rebase commands in reflogs. |
magit-reflog-remote | Face for pull and clone commands in reflogs. |
magit-reflog-reset | Face for reset commands in reflogs. |