git - Add reviewers to gerrit -


i've read question id:gerrit add reviewers however, requirements little different.

i have not given users "push" rights, hence git push tr:kernel/common head:refs/for/experimental%r=a@a.com,r=b@b.com,cc=c@c.com redundant me.

i using git review -r, however, using this, though changes uploaded, not able add specific reviewer using command line or local config. there work around?

gerrit's push permission controls can push e.g. refs/heads/*, not general use of git push command. example pushing refs/for/experimental in question should work fine you.

if want continue using git review command (which oddly enough doesn't appear support selection of reviewers) have option of adding reviewers after you've uploaded change. use set-reviewers ssh command or /changes/<id>/reviewers rest endpoint.


Comments

Popular posts from this blog

ruby on rails - RuntimeError: Circular dependency detected while autoloading constant - ActiveAdmin.register Role -

c++ - OpenMP unpredictable overhead -

javascript - Wordpress slider, not displayed 100% width -