On Wed, Jun 12, 2013 at 8:44 AM, Patrick Georgi patrick@georgi-clan.de wrote:
Am 12.06.2013 15:26, schrieb Aaron Durbin:
$ gitreview.sh adurbin git push --receive-pack='git receive-pack --reviewer=adurbin --cc=<cc_someone>' upstream HEAD:refs/for/master
gerrit 2.6 has a somewhat different syntax:
git push upstream HEAD:refs/for/master%r=reviewer@example.net,cc=cc@example.net
the r= and c= statements can be repeated at will.
See http://gerrit-documentation.googlecode.com/svn/Documentation/2.6/user-upload...
Nifty. I didn't know about that. Fwiw, that syntax worked w/ coreboot's gerrit server.
Thanks.
-Aaron