uquic/.githooks
Marten Seemann 64f015fab4 only run Ginkgo focus detection in staged files in pre-commit hook
If a change is not staged (and therefore won't be committed), we don't care.
2021-03-19 14:46:21 +08:00
..
pre-commit only run Ginkgo focus detection in staged files in pre-commit hook 2021-03-19 14:46:21 +08:00
README.md add a pre-commit hook that checks that tests are not focussed 2021-01-02 18:02:20 +08:00

Git Hooks

This directory contains useful Git hooks for working with quic-go.

Install them by running

git config core.hooksPath .githooks