You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adjust colorization behavior to allow forced enabling of color
We want to be able to force colorized output through the presence of the
OVERCOMMIT_COLOR variable even if the output stream is not a TTY.
While here, I changed the implementation to set an instance variable
instead of checking the environment variable each time, as it is
more performant and the value of this environment variable won't change
during the course of the hook run.
0 commit comments