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