File: magit-blame.el.html
Annotates each line in file-visiting buffer with information from the revision which last modified the line.
Defined variables (13)
magit-blame-disable-modes | List of modes not compatible with Magit-Blame mode. |
magit-blame-echo-style | The blame visualization style used by ‘magit-blame-echo’. |
magit-blame-goto-chunk-hook | Hook run after point entered another chunk. |
magit-blame-mode | Non-nil if Magit-Blame mode is enabled. |
magit-blame-mode-hook | Hook run after entering or leaving ‘magit-blame-mode’. |
magit-blame-mode-lighter | The mode-line lighter of the Magit-Blame mode. |
magit-blame-mode-map | Keymap for ‘magit-blame-mode’. |
magit-blame-read-only | Whether to initially make the blamed buffer read-only. |
magit-blame-read-only-mode | Non-nil if Magit-Blame-Read-Only mode is enabled. |
magit-blame-read-only-mode-hook | Hook run after entering or leaving ‘magit-blame-read-only-mode’. |
magit-blame-read-only-mode-map | Keymap for ‘magit-blame-read-only-mode’. |
magit-blame-styles | List of styles used to visualize blame information. |
magit-blame-time-format | Format for time strings in blame headings. |
Defined functions (55)
Defined faces (8)
magit-blame-date | Face used for dates when blaming. |
magit-blame-dimmed | Face used for the blame margin in some cases when blaming. Also see option ‘magit-blame-styles’. |
magit-blame-hash | Face used for commit hashes when blaming. |
magit-blame-heading | Face used for blame headings by default when blaming. Also see option ‘magit-blame-styles’. |
magit-blame-highlight | Face used for highlighting when blaming. Also see option ‘magit-blame-styles’. |
magit-blame-margin | Face used for the blame margin by default when blaming. Also see option ‘magit-blame-styles’. |
magit-blame-name | Face used for author and committer names when blaming. |
magit-blame-summary | Face used for commit summaries when blaming. |