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