c2ba9a65a7
* stable-2.8: Update 2.8.2 release notes Bump version to 2.8.2 in plugin API and archetypes Prevent duplicate commits in same project when uploading to refs/changes/n Bump GERRIT_VERSION to 2.8.2 Update 2.8.2 release notes PostReview: update and insert comments/approvals in a single step Conflicts: VERSION gerrit-plugin-archetype/pom.xml gerrit-plugin-gwt-archetype/pom.xml gerrit-plugin-gwtui/pom.xml gerrit-plugin-js-archetype/pom.xml gerrit-server/src/main/java/com/google/gerrit/server/change/PostReview.java gerrit-server/src/main/java/com/google/gerrit/server/git/ReceiveCommits.java Change-Id: I7a611d4f9c16b8d5f3abdcd8228fca0b636d792c
26 lines
789 B
Plaintext
26 lines
789 B
Plaintext
= commit already exists
|
|
|
|
With "commit already exists (as current patchset)" or
|
|
"commit already exists (in the change)" 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.
|
|
|
|
With "commit already exists (in the project)" error message
|
|
Gerrit rejects to push a commit to an existing change via
|
|
`refs/changes/n` if the commit was already successfully
|
|
pushed to a change in project scope.
|
|
|
|
In any above 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]
|
|
|
|
SEARCHBOX
|
|
---------
|