Fix documentation of GPG key branch in All-Users

GPG keys are stored in refs/meta/gpg-keys, but the documentation
and 2.12 release notes both say refs/gpg-keys.

Change-Id: I1f4135c747b5fa9afbbd890d3434152d2a33d001
This commit is contained in:
David Pursehouse
2016-07-26 08:02:49 +00:00
parent 7e0edcfb3b
commit 6117a47bbe
2 changed files with 2 additions and 2 deletions

View File

@@ -3004,7 +3004,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

@@ -85,7 +85,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[