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