Skip to content

Commit

Permalink
Mention OVERCOMMIT_DEBUG=1 in CONTRIBUTING.md
Browse files Browse the repository at this point in the history
In 0.27.0 we added support for the `OVERCOMMIT_DEBUG` environment
variable which toggles the display of verbose output from executed
commands, but didn't document it anywhere. This setting might help
people debug their problems and submit more informative bug reports, so
documenting it here seems to make sense.
  • Loading branch information
lencioni authored and sds committed Sep 30, 2015
1 parent 311f73f commit 98c712c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
* Include the steps you carried out to produce the problem.
* Include the behavior you observed along with the behavior you expected, and
why you expected it.
* Include the stack trace reported by Overcommit if there is one.
* Try setting the `OVERCOMMIT_DEBUG` environment variable to enable the display
of additional verbose output from executed commands.
* Include the stack trace and any debugging output reported by Overcommit.

## Feature Requests

Expand Down

0 comments on commit 98c712c

Please sign in to comment.