summaryrefslogtreecommitdiffstats
path: root/Documentation/error-commit-already-exists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/error-commit-already-exists.txt')
-rw-r--r--Documentation/error-commit-already-exists.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/Documentation/error-commit-already-exists.txt b/Documentation/error-commit-already-exists.txt
new file mode 100644
index 0000000000..dc32c4c1a1
--- /dev/null
+++ b/Documentation/error-commit-already-exists.txt
@@ -0,0 +1,14 @@
+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]