File: emmbed-commit-msg-hook-87509c496b561f97.yaml

package info (click to toggle)
git-review 2.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 468 kB
  • sloc: python: 2,722; makefile: 150
file content (10 lines) | stat: -rw-r--r-- 508 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
---
features:
  - |
    A copy of the Gerrit upstream project's commit-msg hook is now included
    directly and written to disk by default rather than pulling a remote copy.
    This approach is safer and more robust, but may break workflows for sites
    which rely on users retrieving a customized commit-msg hook. For this
    reason, a command-line override is provided so that users can, for example,
    execute ``git review -s --remote-hook`` to get the old behavior when
    setting up a new clone.