Yuxuan 'fishy' Wang | 61698b1 | 2013-12-20 12:55:51 -0800 | [diff] [blame] | 1 | = no common ancestry |
Edwin Kempin | 5e95534 | 2011-01-25 15:33:40 +0100 | [diff] [blame] | 2 | |
| 3 | With this error message Gerrit rejects to push a commit for code |
| 4 | review if the pushed commit and the commit at the tip of the target |
| 5 | branch do not have a common ancestry. |
| 6 | |
| 7 | This means that your local development history and the development |
| 8 | history of the branch to which the push is done are completely |
| 9 | independent (they have completely independent commit graphs). |
| 10 | |
| 11 | This error usually occurs if you do a change in one project and then |
| 12 | you accidentally push the commit to another project for code review. |
| 13 | To fix the problem you should check your push specification and |
| 14 | verify that you are pushing the commit to the correct project. |
| 15 | |
| 16 | |
| 17 | GERRIT |
| 18 | ------ |
| 19 | Part of link:error-messages.html[Gerrit Error Messages] |
Yuxuan 'fishy' Wang | 99cb68d | 2013-10-31 17:26:00 -0700 | [diff] [blame] | 20 | |
| 21 | SEARCHBOX |
| 22 | --------- |