Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [egit-dev] Using EGit to Push to Gerrit

Chris Aniszczyk <zx@xxxxxxxxxxxxxxxxx> wrote:
> Has anyone successfully used EGit to push to Gerrit?
> I'm getting an evil error message... not sure how to debug yet :)
> 
> However, I'm getting a kick out of self hosting.

My guess?  EGit is actually behaving like this on the command line:

  git push URL refs/heads/releng-experiment:refs/heads/refs/for/master

But I can't be sure.  We'd have to throw logging or a break point
into PushProcess and see what the RefSpec was that was actually
fed into the process.
 
-- 
Shawn.


Back to the top