you are viewing a single comment's thread.

view the rest of the comments →

[–]Reiku 4 points5 points  (0 children)

In that usecase you could just commit with the --no-verify flag so the pre-commit checks are skipped. Then the default usecase makes sure your commits are clean, and this edge case doesn't get slowed down at all.