gerrit/Documentation/error-commit-already-exists.txt
David Pursehouse 11eebe6b6b Add documentation of "commit already exists" error message
The "commit already exists" error is similar to "no new changes",
but occurs if the user tries to push to `refs/changes/n` when the
commit already exists on change `n`.

Change-Id: Ifc558d7adc59fb8df5690dfe879b7cc3574ff9f2
2012-12-11 17:54:13 +09:00

15 lines
487 B
Plaintext

commit already exists
=====================
With this error message Gerrit rejects to push a commit to an
existing change via `refs/changes/n` if the commit was already
successfully pushed to the change. In this case there is no
new commit and consequently there is nothing for Gerrit to do.
For further information about how to resolve this error, please
refer to link:error-no-new-changes.html[no new changes].
GERRIT
------
Part of link:error-messages.html[Gerrit Error Messages]