Merge branch 'stable-2.12'

* stable-2.12:
  ReceiveCommits: Set push certificate on new changes
  Fix documentation of GPG key branch in All-Users

Change-Id: I40f24f5cb77429c8e2466dab06cf006b0d32cefe
This commit is contained in:
David Pursehouse 2016-07-27 09:44:59 +09:00
commit be0f15356b
2 changed files with 2 additions and 2 deletions

View File

@ -3041,7 +3041,7 @@ If true, server-side signed push validation is enabled.
+
When a client pushes with `git push --signed`, this ensures that the
push certificate is valid and signed with a valid public key stored in
the `refs/gpg-keys` branch of `All-Users`.
the `refs/meta/gpg-keys` branch of `All-Users`.
+
Defaults to false.

View File

@ -79,7 +79,7 @@ link:https://gerrit-documentation.storage.googleapis.com/Documentation/2.12/conf
+
When a client pushes with `git push --signed`, Gerrit ensures that the push
certificate is valid and signed with a valid public key stored in the
`refs/gpg-keys` branch of the `All-Users` repository.
`refs/meta/gpg-keys` branch of the `All-Users` repository.
* When signed push is enabled, and
link:https://gerrit-documentation.storage.googleapis.com/Documentation/2.12/config-gerrit.html#gerrit.editGpgKeys[