Variable: magit-wash-message-hook
magit-wash-message-hook is an alias and customizable for
magit-revision-wash-message-hook, defined in magit-diff.el.
This variable is obsolete since Magit 4.3.0; use
magit-revision-wash-message-hook instead.
Value
(magit-highlight-squash-markers
magit-highlight-bracket-keywords)
Documentation
Functions used to highlight parts of a commit message.
These functions are called in order, in a buffer narrowed to the commit
message. They should set text properties as they see fit, usually just
font-lock-face. Before each function is called, point is at the
beginning of the narrowed region of the buffer.
See also the related magit-log-wash-summary-hook. You likely want to
use the same functions for both hooks.
Aliases
magit-wash-message-hook (obsolete since Magit 4.3.0)