We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3572d2 commit 406534cCopy full SHA for 406534c
README.md
@@ -172,6 +172,16 @@ hooks to run, you can disable Overcommit entirely by setting the
172
OVERCOMMIT_DISABLE=1 ./my-custom-script
173
```
174
175
+### Disabling Colorized Output
176
+
177
+Overcommit automatically colorizes its output based on whether it is outputting
178
+to a TTY. However, you can manually enable/disable color by setting the
179
+`OVERCOMMIT_COLOR` environment variable.
180
181
+```bash
182
+OVERCOMMIT_COLOR=0 git commit
183
+```
184
185
## Continuous Integration
186
187
You can run the same set of hooks that would be executed in a pre-commit hook
0 commit comments