Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jgit-dev] Strange commit in gerrit

On Sun, Jun 19, 2011 at 14:57, Robin Rosenberg
<robin.rosenberg@xxxxxxxxxx> wrote:
> The Gerrit entry http://egit.eclipse.org/r/#change,3636 has no parent
> according
> to Gerrit. Searching by change id or commit id does not reveal anything
> either.

Chris, how did you push patch set 2?

Did you push it with the older-style refs/changes/3636 syntax instead
of the newer refs/for/master syntax? The older syntax can cause Gerrit
to fail to make a new change for an ancestor commit, which is what
appears to be the case here.

Gerrit won't let you submit this change without that parent first
being merged, but the parent doesn't exist as a change, and that is
why Robin cannot find it.

-- 
Shawn.


Back to the top