We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb25753 commit 57afb4fCopy full SHA for 57afb4f
README.md
@@ -332,6 +332,13 @@ in your `Gemfile`.
332
You can change the directory that project-specific hooks are loaded from via
333
the `plugin_directory` option. The default directory is `.git-hooks`.
334
335
+### Quiet Hook Runs
336
+
337
+If you prefer to have your hooks be completely silent unless there is a
338
+problem, you can set the top-level `quiet` option to `true`. Note that if you
339
+have many hooks or slow hooks this may not be desirable, as you don't get
340
+visual feedback indicating the general progress of the hook run.
341
342
### Concurrency
343
344
Overcommit runs hooks in parallel by default, with a number of concurrent
0 commit comments