Git fork

Merge branch 'ds/doc-disable-hooks'

Document the convention to disable hooks altogether by setting the
hooksPath configuration variable to /dev/nulll

* ds/doc-disable-hooks:
docs: document core.hooksPath=/dev/null

+5
+5
Documentation/config/core.adoc
··· 512 512 per-repository basis, or as a more flexible and centralized 513 513 alternative to having an `init.templateDir` where you've changed 514 514 default hooks. 515 + + 516 + You can also disable all hooks entirely by setting `core.hooksPath` 517 + to `/dev/null`. This is usually only advisable for expert users and 518 + on a per-command basis using configuration parameters of the form 519 + `git -c core.hooksPath=/dev/null ...`. 515 520 516 521 core.editor:: 517 522 Commands such as `commit` and `tag` that let you edit