git-review does not support setting the assignee via a command line option. The reason for this is that gerrit (server) doesn't provide a push_option for setting assignees.
As long as git-review doesn't have a means to set the assignee, we have to parse the change number(s) from the output of git-review and set the assignee via REST API calls.
git-review
does not support setting the assignee via a command line option. The reason for this is that gerrit (server) doesn't provide a push_option for setting assignees.See
As long as
git-review
doesn't have a means to set the assignee, we have to parse the change number(s) from the output ofgit-review
and set the assignee via REST API calls.