
Add the --reviewers argument which allows specifying reviewers to be added to each patch uploaded. This simplifies the upload process by not requiring an additional step of adding reviewers to changes. Gerrit supports specifying reviewers to be added to changes by appending a list of r='email' options to the refspec being pushed to. For example, from the Gerrit 'Uploading Changes' documentation: git push tr:kernel/common HEAD:refs/for/experimental%r=a@a.com,cc=b@o.com The --reviewers argument can be passed multiple reviewers to add to the patch set. Reviewers containing whitespace are rejected, as whitespace cannot be added to the refspec. Change-Id: I8c2f9453a90dd78aa47f7996f2502f9f6cf2d66d
git-review
A git command for submitting branches to Gerrit
git-review is a tool that helps submitting git branches to gerrit for review.
- Free software: Apache license
- Documentation: http://docs.openstack.org/infra/git-review/
- Source: https://git.openstack.org/cgit/openstack-infra/git-review
- Bugs: https://storyboard.openstack.org/#!/project/719
Description
Languages
Python
61.1%
reStructuredText
31.9%
Roff
7%