Skip to content

Commit 57afb4f

Browse files
committedApr 6, 2016
Add quiet option to README
1 parent eb25753 commit 57afb4f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
 

‎README.md

+7
Original file line numberDiff line numberDiff line change
@@ -332,6 +332,13 @@ in your `Gemfile`.
332332
You can change the directory that project-specific hooks are loaded from via
333333
the `plugin_directory` option. The default directory is `.git-hooks`.
334334

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+
335342
### Concurrency
336343

337344
Overcommit runs hooks in parallel by default, with a number of concurrent

0 commit comments

Comments
 (0)
Please sign in to comment.