Variable: magit-process-finish-apply-ansi-colors
magit-process-finish-apply-ansi-colors is an alias and customizable
for magit-process-apply-ansi-colors, defined in magit-process.el.
This variable is obsolete since Magit-Section 4.3.2; use
magit-process-apply-ansi-colors instead.
Value
nil
Documentation
Whether and when to apply color escapes in the process buffer.
Magit instructs Git to not colorize its output, but third-party Git hooks may do so anyway. We recommend you figure out how to prevent such hooks from colorizing their output instead of customizing this option.
If nil (the default), do not apply color escape sequences. If t,
apply them once the subprocess has finished. If filter, apply them
as input arrives (which is more expensive and potentially fragile).
This is a footgun; starter-kits should leave this option untouched.
Aliases
magit-process-finish-apply-ansi-colors (obsolete since Magit-Section 4.3.2)