I've pushed some code to gerrit, creating a branch I believe. I've since updated my code, committed and pushed again (without error), but there is no sign in gerrit of any reviews being created.

Any idea where I should be looking or what step I'm likely to be missing? Thanks in advance.

Edit: Could it be that I'm pushing to master where it should be HEAD:refs/for/something ?

link|improve this question

60% accept rate
feedback

1 Answer

up vote 1 down vote accepted

The output of the push will tell you what happened, including give you links.

And yes, you should push to refs/for/master and not master (which will expand to refs/heads/master -- bypassing review).

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.