Correct documentation of "invalid author/committer" errors

The error messages "you are not committer ..." and "you are not
author ..." were replaced with "invalid author" and "invalid
committer" in change ed2d1b16, but the corresponding documentation
was not updated.

Rename the files and update with the correct error messages.

Change-Id: Ia62affe14cb3c4411479f8c8d83880eac784a959
This commit is contained in:
David Pursehouse 2012-06-26 13:42:11 +09:00 committed by Claes Elgemark
parent 4205884c67
commit c6fd5a6ed8
3 changed files with 16 additions and 16 deletions

View File

@ -1,10 +1,10 @@
you are not author ... invalid author
====================== ==============
For every pushed commit Gerrit verifies that the e-mail address of For every pushed commit Gerrit verifies that the e-mail address of
the author matches one of the registered e-mail addresses of the the author matches one of the registered e-mail addresses of the
pushing user. If this is not the case pushing the commit fails with pushing user. If this is not the case pushing the commit fails with
the error message "you are not author ...". This policy can be the error message "invalid author". This policy can be
bypassed by having the access right bypassed by having the access right
link:access-control.html#category_forge_author['Forge Author']. link:access-control.html#category_forge_author['Forge Author'].
@ -17,8 +17,8 @@ This error may happen for two reasons:
Incorrect configuration of the e-mail address on client or server side Incorrect configuration of the e-mail address on client or server side
---------------------------------------------------------------------- ----------------------------------------------------------------------
If pushing to Gerrit fails with the error message "you are not If pushing to Gerrit fails with the error message "invalid author"
author ..." and you are the author of the commit for which the push and you are the author of the commit for which the push
fails, then either you have not successfully registered this e-mail fails, then either you have not successfully registered this e-mail
address for your Gerrit account or the author information of the address for your Gerrit account or the author information of the
pushed commit is incorrect. pushed commit is incorrect.
@ -131,8 +131,8 @@ link:http://www.kernel.org/pub/software/scm/git/docs/git-rebase.html[Git documen
Missing privileges to push commits of other users Missing privileges to push commits of other users
------------------------------------------------- -------------------------------------------------
If pushing to Gerrit fails with the error message "you are not If pushing to Gerrit fails with the error message "invalid author"
author ..." and somebody else is author of the commit for which the and somebody else is author of the commit for which the
push fails, then you have no permissions to forge the author push fails, then you have no permissions to forge the author
identity. In this case you may contact the project owner to request identity. In this case you may contact the project owner to request
the access right '+1 Forge Author Identity' in the 'Forge Identity' the access right '+1 Forge Author Identity' in the 'Forge Identity'

View File

@ -1,10 +1,10 @@
you are not committer ... invalid committer
========================= =================
For every pushed commit Gerrit verifies that the e-mail address of For every pushed commit Gerrit verifies that the e-mail address of
the committer matches one of the registered e-mail addresses of the the committer matches one of the registered e-mail addresses of the
pushing user. If this is not the case pushing the commit fails with pushing user. If this is not the case pushing the commit fails with
the error message "you are not committer ...". This policy can be the error message "invalid committer". This policy can be
bypassed by having the access right bypassed by having the access right
link:access-control.html#category_forge_committer['Forge Committer']. link:access-control.html#category_forge_committer['Forge Committer'].
@ -19,8 +19,8 @@ This error may happen for two reasons:
Incorrect configuration of the e-mail address on client or server side Incorrect configuration of the e-mail address on client or server side
---------------------------------------------------------------------- ----------------------------------------------------------------------
If pushing to Gerrit fails with the error message "you are not If pushing to Gerrit fails with the error message "invalid committer"
committer ..." and you committed the change for which the push fails, and you committed the change for which the push fails,
then either you have not successfully registered this e-mail address then either you have not successfully registered this e-mail address
for your Gerrit account or the committer information of the pushed for your Gerrit account or the committer information of the pushed
commit is incorrect. commit is incorrect.
@ -96,8 +96,8 @@ link:http://www.kernel.org/pub/software/scm/git/docs/git-rebase.html[Git documen
Missing privileges to push commits that were committed by other users Missing privileges to push commits that were committed by other users
--------------------------------------------------------------------- ---------------------------------------------------------------------
If pushing to Gerrit fails with the error message "you are not If pushing to Gerrit fails with the error message "invalid committer"
committer ..." and somebody else committed the change for which the and somebody else committed the change for which the
push fails, then you have no permissions to forge the committer push fails, then you have no permissions to forge the committer
identity. In this case you may contact the project owner to request identity. In this case you may contact the project owner to request
the access right '+2 Forge Committer or Tagger Identity' in the the access right '+2 Forge Committer or Tagger Identity' in the

View File

@ -33,8 +33,8 @@ Error Messages
* link:error-squash-commits-first.html[squash commits first] * link:error-squash-commits-first.html[squash commits first]
* link:error-upload-denied.html[Upload denied for project \'...'] * link:error-upload-denied.html[Upload denied for project \'...']
* link:error-not-allowed-to-upload-merges.html[you are not allowed to upload merges] * link:error-not-allowed-to-upload-merges.html[you are not allowed to upload merges]
* link:error-you-are-not-author.html[you are not author ...] * link:error-invalid-author.html[invalid author]
* link:error-you-are-not-committer.html[you are not committer ...] * link:error-invalid-committer.html[invalid committer]
General Hints General Hints