1277c31e08
In preparation for an upcoming release, add some release notes which were overlooked since the last release. Also add missing bits to the manpage, and fix the markup in two unreleased release notes while we still can. Change-Id: I8ddb6a36e62d36bff976455d8bfc0ac6a7230387
11 lines
508 B
YAML
11 lines
508 B
YAML
---
|
|
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.
|