git-review/releasenotes/notes/support-core-hooks-path-ea5402d5d6204f70.yaml
Florian Haas 04786cd9ea Doc updates for Git "core.hooksPath" option support
Couple of small follow-ups to Id8a3ac464ff75e6d8207f198089f018cc790eca5:

* Fix formatting in the reno (use monospace as applicable).
* Update "Installation and Configuration" to say that the local hook
  *normally* goes into .git/hooks.

Change-Id: I1b326bdcaed38d3a82a65f944431f3640652dd33
2021-06-24 12:06:12 +02:00

9 lines
326 B
YAML

---
fixes:
- |
git-review now handles the Git ``core.hooksPath`` configuration
option correctly. Thus, it installs the ``commit-msg`` hook into
the ``core.hooksPath`` directory, if that option is
set. Otherwise, it continues to install the hook into
``.git/hooks``, relative to the root of the checkout.