Commit 2a9d17f
fix(pre-commit): Don't require serial execution
require_serial is not pertinent to commit-msg hooks or hooks that
themselves execute serially. The option is intended to prevent
fork-bombing that can occur when pre-commit runs a hook that itself
spawns many processes many times in parallel.1 parent 7916511 commit 2a9d17f
1 file changed
+0
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | 7 | | |
0 commit comments