Edwin Kempin | 33fc58e | 2011-02-08 07:09:50 +0100 | [diff] [blame] | 1 | no changes made |
| 2 | =============== |
| 3 | |
| 4 | With this error message Gerrit rejects to push a commit as a new |
David Pursehouse | 221d4f6 | 2012-06-08 17:38:08 +0900 | [diff] [blame^] | 5 | patch set for a change, if the pushed commit is identical to the |
Edwin Kempin | 33fc58e | 2011-02-08 07:09:50 +0100 | [diff] [blame] | 6 | current patch set of this change. |
| 7 | |
David Pursehouse | 221d4f6 | 2012-06-08 17:38:08 +0900 | [diff] [blame^] | 8 | A pushed commit is considered to be identical to the current patch |
Edwin Kempin | 33fc58e | 2011-02-08 07:09:50 +0100 | [diff] [blame] | 9 | set if |
Edwin Kempin | ddfc41a | 2011-05-06 10:32:05 +0200 | [diff] [blame] | 10 | |
Edwin Kempin | 33fc58e | 2011-02-08 07:09:50 +0100 | [diff] [blame] | 11 | - the files in the commit, |
| 12 | - the commit message, |
| 13 | - the author of the commit and |
| 14 | - the parents of the commit |
Edwin Kempin | ddfc41a | 2011-05-06 10:32:05 +0200 | [diff] [blame] | 15 | |
Edwin Kempin | 33fc58e | 2011-02-08 07:09:50 +0100 | [diff] [blame] | 16 | are all identical. |
| 17 | |
| 18 | |
| 19 | GERRIT |
| 20 | ------ |
| 21 | Part of link:error-messages.html[Gerrit Error Messages] |