File: support-core-hooks-path-ea5402d5d6204f70.yaml

package info (click to toggle)
git-review 2.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 468 kB
  • sloc: python: 2,722; makefile: 150
file content (8 lines) | stat: -rw-r--r-- 326 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
---
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.